ACAT.Lib.Extension.AppAgents.Outlook.OutlookAgentBase.isOpenNoteWindow C# (CSharp) Method

isOpenNoteWindow() protected method

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
return bool
        protected virtual bool isOpenNoteWindow(WindowActivityMonitorInfo monitorInfo, ref OutlookControlSubType subType)
        {
            return outlookInspector.IsOpenNoteWindow(monitorInfo, ref subType);
        }