Returns whether the Appointment is a meeting or not.
| C# | Visual Basic |
public MeetingStatus MeetingStatus { get; }
Public ReadOnly Property MeetingStatus As MeetingStatus Get
MeetingStatus.Meeting if Appointment is a meeting, else MeetingStatus.NonMeeting.
In Pocket Outlook you do not set this to indicate a meeting.
Pocket Outlook automatically sets MeetingStatus for any Appointment with Recipients to Meeting.
MeetingStatus can only have the value Meeting or NonMeeting.
If the Appointment is a Meeting it can not be an AllDayEvent.