Share via


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
<XmlArrayItemAttribute(GetType(UnknownAttendeeConflictData))> _
<XmlArrayItemAttribute(GetType(IndividualAttendeeConflictData))> _
<XmlArrayItemAttribute(GetType(TooBigGroupAttendeeConflictData))> _
<XmlArrayItemAttribute(GetType(GroupAttendeeConflictData))> _
Public Property AttendeeConflictDataArray As AttendeeConflictData()
[XmlArrayItemAttribute(typeof(UnknownAttendeeConflictData))] 
[XmlArrayItemAttribute(typeof(IndividualAttendeeConflictData))] 
[XmlArrayItemAttribute(typeof(TooBigGroupAttendeeConflictData))] 
[XmlArrayItemAttribute(typeof(GroupAttendeeConflictData))] 
public AttendeeConflictData[] AttendeeConflictDataArray { get; set; }
[XmlArrayItemAttribute(typeof(UnknownAttendeeConflictData))] 
[XmlArrayItemAttribute(typeof(IndividualAttendeeConflictData))] 
[XmlArrayItemAttribute(typeof(TooBigGroupAttendeeConflictData))] 
[XmlArrayItemAttribute(typeof(GroupAttendeeConflictData))] 
public:
property array<AttendeeConflictData^>^ AttendeeConflictDataArray {
    array<AttendeeConflictData^>^ get ();
    void set (array<AttendeeConflictData^>^ value);
}
/** @property */
public AttendeeConflictData[] get_AttendeeConflictDataArray ()

/** @property */
public void set_AttendeeConflictDataArray (AttendeeConflictData[] value)
public function get AttendeeConflictDataArray () : AttendeeConflictData[]

public function set AttendeeConflictDataArray (value : AttendeeConflictData[])

Property Value

The AttendeeConflictDataArray property returns an array of AttendeeConflictData objects that describe conflicts between users and resources and the suggested meeting time.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)