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

isOpenAppointmentWindow() protected method

Is the active window an open Appointment window?
protected isOpenAppointmentWindow ( 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 isOpenAppointmentWindow(WindowActivityMonitorInfo monitorInfo, ref OutlookControlSubType subType)
        {
            return outlookInspector.IsOpenAppointmentWindow(monitorInfo, ref subType);
        }