An Attendee object represents a single attendee in the Attendees table, which is a property defined in an Appointment object.
The Attendee object has the following properties.
| Property | Description | 
|---|---|
| AccessActual | Overrides the current access control list (ACL) level to mark the item private. | 
| AccessEffective | ACL level granted to the user viewing an item. | 
| AttendeeStatus | Current status of a meeting attendee. | 
| ChangeNumber | Change number for the schedule. | 
| Created | Date and time at which an object was created. | 
| CreatorEntryId | MAPI entry identifier for an item's creator. | 
| CreatorName | MAPI display name of an item's creator. | 
| CreatorSearchKey | MAPI search key for an item's creator. | 
| CriticalChange | Date and time that a critical change occurred for an item. | 
| IsUserDistributionList | Boolean value indicating that the user associated with an item is a distribution list. | 
| ItemId | Item identifier for an object. | 
| LastModified | Date and time at which an object was last modified. | 
| LastReceived | Send date and time of the last response that was received. | 
| UserDisplay | MAPI display name of the user associated with an item. | 
| UserEntryId | MAPI entry identifier for a user associated with an item. | 
| UserSearchKey | MAPI search key of a user associated with an item. | 
| UserWell | User well associated with a user. | 
The Attendee object has the following data members.
| Data Member | Description | 
|---|---|
| Application | Returns an Application object. | 
| Parent | Returns to an object’s parent. | 
| Properties | Returns the number of properties defined for an object. | 
The Attendee object has the following methods.
| Method | Description | 
|---|---|
| DeleteProperties | Deletes a specified property. | 
| Flush | Removes properties that have been changed. | 
| GetProperties | Gets the value of one or more specified properties. | 
| GetProperty | Gets the value of a specified property for Visual Basic version 3.0. | 
| SetProperties | Sets the value of one or more properties. |