Attendee CoClass
Topic Last Modified: 2006-06-13
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 Exchange 2000 Library
Inproc Server
CDOEX.DLL
Threading Model
Both
Implemented Interfaces
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 and to keep track of the role and status of the attendee.
Example
Dim iAppt As New Appointment
Dim iAttendee As New Attendee
' Add an attendee.
Set iAttendee = iAppt.Attendees.Add
iAttendee.Address = "someone@example.com"
iAttendee.Role = cdoRequiredParticipant