Specifies whether an Appointment is a Meeting, and if so, specifies its status.
The default value is NotMeeting (just an Appointment).
| C# | Visual Basic |
public enum MeetingStatus
Public Enumeration MeetingStatus
| Member | Description |
|---|---|
| NotMeeting |
The Appointment is not a Meeting.
It was created and saved without sending it to one or more Recipients.
|
| Meeting | |
| MeetingAccepted | The Appointment is a Meeting.
The user has accepted the meeting request.
|
| MeetingCanceled | The Appointment is a Meeting, but it was cancelled by the meeting organizer.
|
Equivalent to Microsoft.WindowsMobile.PocketOutlook.MeetingStatus.
An appointment becomes a Meeting whenever there are Recipients.