Table of Contents

Enum MeetingAttendeeType

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the type of a meeting attendee.

public enum MeetingAttendeeType

Fields

Optional = 2

The attendee is optional.

Organizer = 0

The attendee is the organizer of the meeting.

Required = 1

The attendee is required.

Resource = 4

The attendee is a resource.

Room = 3

The attendee is a room.