MailboxData.ExcludeConflicts Property
The ExcludeConflicts property gets or sets a value that specifies whether to return suggested times for calendar times that conflict among the attendees. This property is optional. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ExcludeConflicts As Boolean
Get
Set
'Usage
Dim instance As MailboxData
Dim value As Boolean
value = instance.ExcludeConflicts
instance.ExcludeConflicts = value
public bool ExcludeConflicts { get; set; }
Property Value
Type: System.Boolean
The ExcludeConflicts property returns true if conflicting calendar times are ignored for suggested meeting times; otherwise, the property returns false.
Remarks
You must set the ExcludeConflictsSpecified property to true so that the ExcludeConflicts property is serialized into the Simple Object Access Protocol (SOAP) request.
See Also