MailboxData.ExcludeConflicts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool ExcludeConflicts { bool get(); void set(bool value); };
public bool ExcludeConflicts { get; set; }
Public Property ExcludeConflicts As Boolean
Property Value
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.