Suggestion.AttendeeConflictDataArray Property

Definition

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.

Applies to