The MeetingType property returns the type of this meeting item. Read-only.
objMeeting.MeetingType
Long
The MeetingType property is set automatically by the Send method when you send a meeting request from an AppointmentItem object and when you send a response from an AppointmentItem or MeetingItem object. MeetingType can have exactly one of the following values:
MeetingType value |
Decimal value |
Description |
---|---|---|
CdoMeetingRequest | 1 | This meeting item is a meeting request or cancellation. |
CdoMeetingResponse | 2 | This meeting item is a response to a meeting request. |
The message class of the MeetingItem object depends on whether it is being sent by the meeting organizer or by a recipient. Meeting items from the organizer have message class IPM.Schedule.Meeting.Request or IPM.Schedule.Meeting.Canceled, depending on the setting of the MeetingStatus property on the originating AppointmentItem object. Meeting items from a recipient have a message class as described in the Respond method.