This documentation is archived and is not being maintained.
AppointmentItem Object
Office 2007
| Outlook Developer Reference |
Remarks
Use the CreateItem method to create an AppointmentItem object that represents a new appointment.
Use Items (
You can also return an AppointmentItem object from a MeetingItem object by using the GetAssociatedAppointment method.
Example
The following Visual Basic for Applications (VBA) example returns a new appointment.
| Visual Basic for Applications |
|---|
|
Show: