MeetingAttendeeType Enumeration

The MeetingAttendeeType enumeration identifies the types of attendees that are identified in the MailboxDataArray property of the GetUserAvailabilityRequestType.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MeetingAttendeeType
'Usage
Dim instance As MeetingAttendeeType
[SerializableAttribute]
public enum MeetingAttendeeType

Members

Member name Description
Organizer Identifies the mailbox user and attendee who created the calendar item.
Required Identifies a mailbox user who is a required attendee to the meeting.
Optional Identifies a mailbox user who is an optional attendee to the meeting.
Room Identifies a mailbox entity that represents a room resource that is used for the meeting.
Resource Identifies a resource such as a TV or projector that is scheduled for use in the meeting.

Remarks

This enumeration is used by the AttendeeType property of the MailboxData object.

See Also

Reference

Other Resources