MeetingRequestMessageType.ConflictingMeetings Property
The ConflictingMeetings property gets or sets an instance of the NonEmptyArrayOfAllItemsType class that represents all items that conflict with the meeting time that is associated with this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConflictingMeetings As NonEmptyArrayOfAllItemsType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As NonEmptyArrayOfAllItemsType
value = instance.ConflictingMeetings
instance.ConflictingMeetings = value
public NonEmptyArrayOfAllItemsType ConflictingMeetings { get; set; }
Property Value
Type: ExchangeWebServices.NonEmptyArrayOfAllItemsType
The ConflictingMeetings property returns an instance of the NonEmptyArrayOfAllItemsType class that represents all items that conflict with the meeting time that is associated with this instance of the MeetingRequestMessageType class.
See Also