Suggestion.AttendeeConflictDataArray 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 AttendeeConflictDataArray property gets or sets information that describes conflicts between users and resources and the suggested meeting time.
public:
property cli::array <ExchangeWebServices::AttendeeConflictData ^> ^ AttendeeConflictDataArray { cli::array <ExchangeWebServices::AttendeeConflictData ^> ^ get(); void set(cli::array <ExchangeWebServices::AttendeeConflictData ^> ^ value); };
public ExchangeWebServices.AttendeeConflictData[] AttendeeConflictDataArray { get; set; }
Public Property AttendeeConflictDataArray As AttendeeConflictData()
Property Value
The AttendeeConflictDataArray property returns an array of AttendeeConflictData objects that describe conflicts between users and resources and the suggested meeting time.