In The Hand - .NET Components for Mobility
MeetingStatus Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlookMeetingStatus
Meeting 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.

Remarks

Equivalent to Microsoft.WindowsMobile.PocketOutlook.MeetingStatus.

An appointment becomes a Meeting whenever there are Recipients.

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0