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

isOpenNoteWindow() protected méthode

Is the active window an open Outlook "Note" window?
protected isOpenNoteWindow ( 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 isOpenNoteWindow(WindowActivityMonitorInfo monitorInfo, ref OutlookControlSubType subType)
        {
            return outlookInspector.IsOpenNoteWindow(monitorInfo, ref subType);
        }