AppointmentItem.MeetingStatus Property
Outlook Developer Reference |
Returns or sets an OlMeetingStatus constant specifying the meeting status of the appointment. Read/write.
Syntax
expression.MeetingStatus
expression A variable that represents an AppointmentItem object.
Remarks
Use this property to make a MeetingItem object available for the appointment.
Example
This Visual Basic for Applications example uses CreateItem to create an appointment and uses MeetingStatus to set the meeting status to "Meeting" to turn it into a meeting request with both a required and an optional attendee.
Visual Basic for Applications |
---|
|
See Also