UnknownAttendeeConflictData Class
The UnknownAttendeeConflictData class represents an unresolvable meeting attendee or a meeting attendee that is not a user, distribution list, or contact.
Inheritance Hierarchy
System.Object
ExchangeWebServices.AttendeeConflictData
ExchangeWebServices.UnknownAttendeeConflictData
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class UnknownAttendeeConflictData _
Inherits AttendeeConflictData
'Usage
Dim instance As UnknownAttendeeConflictData
[SerializableAttribute]
public class UnknownAttendeeConflictData : AttendeeConflictData
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.