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

isOpenContactWindow() protected méthode

Is the active window an open "Contact" window?
protected isOpenContactWindow ( ACAT.Lib.Core.Utility.WindowActivityMonitorInfo monitorInfo, OutlookControlSubType &subType ) : bool
monitorInfo ACAT.Lib.Core.Utility.WindowActivityMonitorInfo Active window info
subType OutlookControlSubType The focused Outlook window control element
Résultat bool
        protected virtual bool isOpenContactWindow(WindowActivityMonitorInfo monitorInfo, ref OutlookControlSubType subType)
        {
            return outlookInspector.IsOpenContactWindow(monitorInfo, ref subType);
        }