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

isAppointmentSchedulingWindow() protected method

Is the active window the Appointement scheduling window?
protected isAppointmentSchedulingWindow ( 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 isAppointmentSchedulingWindow(WindowActivityMonitorInfo monitorInfo, ref OutlookControlSubType subType)
        {
            return outlookInspector.IsAppointmentSchedulingWindow(monitorInfo, ref subType);
        }