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

isOpenAppointmentWindow() 보호된 메소드

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