GroupAttendeeConflictData Class
The GroupAttendeeConflictData class contains aggregate conflict information about the number of users who are available, the number of users who have conflicts, and the number of users who do not have availability information in a distribution list for a suggested meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public Class GroupAttendeeConflictData
Inherits AttendeeConflictData
[SerializableAttribute]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
public class GroupAttendeeConflictData : AttendeeConflictData
[SerializableAttribute]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute(L"code")]
public ref class GroupAttendeeConflictData : public AttendeeConflictData
/** @attribute SerializableAttribute() */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute DebuggerStepThroughAttribute() */
/** @attribute DesignerCategoryAttribute("code") */
public class GroupAttendeeConflictData extends AttendeeConflictData
SerializableAttribute
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
DebuggerStepThroughAttribute
DesignerCategoryAttribute("code")
public class GroupAttendeeConflictData extends AttendeeConflictData
Remarks
A GroupAttendeeConflictData object is present in the GetUserAvailabilityResponseType instance that is returned by the GetUserAvailability method when an attendee in the request object is resolved to a distribution list.
The GroupAttendeeConflictData class identifies three states for members of a distribution list: available, conflicted, or no data. Distribution list expansion will support up to 100 members; therefore, the maximum value of the NumberOfMembers property is 100.
Distribution list expansion is recursive. If a distribution list contains a child distribution list that expands the total list membership to over 100 members, the child distribution list will not be expanded and will count as a single entry of the NumberOfMembersWithNoData property. If a child distribution list can be expanded and the total list membership does not increase to over 100 members, the child distribution list is expanded and the member counts are added to the counts of the GroupAttendeeConflictData class properties.
Inheritance Hierarchy
System.Object
ExchangeWebServices.AttendeeConflictData
ExchangeWebServices.GroupAttendeeConflictData
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)