Suggestion.AttendeeConflictDataArray Property
The AttendeeConflictDataArray property gets or sets information that describes conflicts between users and resources and the suggested meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AttendeeConflictDataArray As AttendeeConflictData()
Get
Set
'Usage
Dim instance As Suggestion
Dim value As AttendeeConflictData()
value = instance.AttendeeConflictDataArray
instance.AttendeeConflictDataArray = value
public AttendeeConflictData[] AttendeeConflictDataArray { get; set; }
Property Value
Type: []
The AttendeeConflictDataArray property returns an array of AttendeeConflictData objects that describe conflicts between users and resources and the suggested meeting time.
See Also