Share via


Attendee CoClass

Attendee CoClass

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. 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

IAttendee Interface

OLE DB Row Access

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

[Visual Basic]

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

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.