In The Hand LtdIn The Hand
MeetingStatus Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlookMeetingStatus
.NET Components for Mobility
Specifies whether an Appointment is a Meeting, and if so, specifies its status. The default value is NotMeeting (just an Appointment).
Declaration Syntax
C#Visual Basic
public enum MeetingStatus
Public Enumeration MeetingStatus
Members
MemberDescription
NotMeeting
The Appointment is not a Meeting. It was created and saved without sending it to one or more Recipients.

Meeting
Meeting The Appointment is a Meeting. It was created and sent to one or more Recipients.

MeetingAccepted
MeetingThe Appointment is a Meeting. The user has accepted the meeting request.

MeetingCanceled
MeetingThe Appointment is a Meeting, but it was cancelled by the meeting organizer.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Remarks

Equivalent to Microsoft.WindowsMobile.PocketOutlook.MeetingStatus.

An appointment becomes a Meeting whenever there are Recipients.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0