ACAT.Lib.Extension.AppAgents.Outlook.OutlookAgentBase.isEmailMsgWindow C# (CSharp) Méthode

isEmailMsgWindow() protected méthode

Is the active window a new or existing open email window?
protected isEmailMsgWindow ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, bool &isNewMessage, OutlookControlSubType &subType ) : bool
monitorInfo ACAT.Lib.Core.Utility.WindowActivityMonitorInfo Active window info
isNewMessage bool true if this is a new email window
subType OutlookControlSubType The focused Outlook window control element
Résultat bool
        protected virtual bool isEmailMsgWindow(WindowActivityMonitorInfo monitorInfo, ref bool isNewMessage, ref OutlookControlSubType subType)
        {
            return outlookInspector.IsEmailMsgWindow(monitorInfo, ref isNewMessage, ref subType);
        }