ACAT.Lib.Extension.AppAgents.Outlook.OutlookAgentBase.isAppointmentSchedulingWindow C# (CSharp) 메소드

isAppointmentSchedulingWindow() 보호된 메소드

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