MailboxData.AttendeeType Property
The AttendeeType property gets or sets a value that identifies the type of attendee that is identified by the Email property. This property is required per the schema. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AttendeeType As MeetingAttendeeType
Get
Set
'Usage
Dim instance As MailboxData
Dim value As MeetingAttendeeType
value = instance.AttendeeType
instance.AttendeeType = value
public MeetingAttendeeType AttendeeType { get; set; }
Property Value
Type: ExchangeWebServices.MeetingAttendeeType
The AttendeeType property returns a MeetingAttendeeType enumeration value.
Remarks
If this property is not set when you are using a proxy that is created by Microsoft Visual Studio 2005, the default value of Organizer will be used.
See Also