Platform SDK: Exchange 2000 Server

Attendee CoClass

[This is preliminary documentation and subject to change.]

Specifies the attendees of an appointment and the recipients of a meeting request.

CLSID
CD00010D-8B95-11D1-82DB-00C04FB1625D
ProgID
CDO.Attendee
Type Library
Microsoft CDO for Microsoft Exchange Library
Inproc Server
CDOEX.DLL
Threading Model
Both

Implemented Interfaces

IAttendee

OLE DB Row Access

Supported IDataSource Bindings

None

Remarks

An Attendee object represents an individual attendee that is contained within the Attendees collection. An Attendee object contains a set of properties used to specify the attendee, keep track of the attendee's role and status.

Example

[Visual Basic]
Dim iAppt As New Appointment
Dim iAttendee As New Attendee
'Add an attendee
Set iAttendee = iAppt.Attendees.Add
iAttendee.Address = "someone@microsoft.com"
iAttendee.Role = cdoRequiredParticipant