Пример #1
0
 /// <summary>
 /// Constructor with default values.
 /// </summary>
 public Options()
 {
     // initialize a blank new one with default values
     this.reminderSet = false;
     this.reminderMinutesBeforeStart = 0;
     this.availStatus              = Outlook.OlBusyStatus.olFree;
     this.meetingPrefix            = DEFAULT_MEETING_PREFIX;
     this.daysToPull               = 28;
     this.pollingIntervalInMinutes = 480;
     this.segmentFilter            = DEFAULT_SEGMENT_FILTER;
     this.syncMode     = SyncMode.Exclusive;
     this.categoryName = CONFIG_MESSAGE_SUBJECT;
 }
Пример #2
0
 /// <summary>
 /// Constructor with default values.
 /// </summary>
 public Options()
 {
     // initialize a blank new one with default values
     this.reminderSet = false;
     this.reminderMinutesBeforeStart = 0;
     this.availStatus              = Outlook.OlBusyStatus.olFree;
     this.meetingPrefix            = DEFAULT_MEETING_PREFIX;
     this.daysToPull               = 28;
     this.pollingIntervalInMinutes = 480;
     this.segmentFilter            = DEFAULT_SEGMENT_FILTER;
     this.syncMode     = SyncMode.Exclusive;
     this.categoryName = CONFIG_MESSAGE_SUBJECT;
     this.wfmUrl       = "http://azwfmprdis02.partners.extranet.microsoft.com/EAMWeb/WFMPRD/ENU/Common/servlet";
 }