Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Specifies the attendees of an appointment and the recipients of a meeting request.
None
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.
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