Outlook365CalendarMergeEventArgs Properties
Contains data for the MergeSingleItem and MergeConflictResolve events.Name | Description |
---|---|
ActionType | Gets or sets a merge action. |
Handled | Gets or sets a value that specifies whether a merge operation was handled and no default processing is required. |
IsMergeConflict | Gets a value that indicates whether a merge conflict was detected. |
OutlookEvent | Gets a source event in a user calendar or the default calendar in Outlook365. |
SchedulerAppointment | Gets a source appointment. |
TargetOutlookEvent | Gets or sets the target Outlook 365 event. |
TargetSchedulerAppointment | Gets or sets the target appointment. |
See Also