2.2.4.15 t:MeetingMessageType Complex Type
The MeetingMessageType complex type represents a meeting in the server message store. This type extends the MessageType complex type, as specified in [MS-OXWSMSG] section 2.2.4.3.
-
<xs:complexType name="MeetingMessageType"> <xs:complexContent> <xs:extension base="t:MessageType" > <xs:sequence> <xs:element name="AssociatedCalendarItemId" type="t:ItemIdType" minOccurs="0" /> <xs:element name="IsDelegated" type="xs:boolean" minOccurs="0" /> <xs:element name="IsOutOfDate" type="xs:boolean" minOccurs="0" /> <xs:element name="HasBeenProcessed" type="xs:boolean" minOccurs="0" /> <xs:element name="ResponseType" type="t:ResponseTypeType" minOccurs="0" /> <xs:element name="UID" type="xs:string" minOccurs="0" /> <xs:element name="RecurrenceId" type="xs:dateTime" minOccurs="0" /> <xs:element name="DateTimeStamp" type="xs:dateTime" minOccurs="0" /> <xs:element name="IsOrganizer" type="xs:boolean" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the MeetingMessageType complex type.
Element name |
Type |
Description |
---|---|---|
AssociatedCalendarItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Represents an item identifier of the corresponding calendar item in a messaging server mailbox. |
IsDelegated |
xs:boolean ([XMLSCHEMA2]) |
Indicates whether a meeting message belongs to a mailbox of an account that has delegate access, as specified in [MS-OXWSDLGM]. |
IsOutOfDate |
xs:boolean |
Indicates that there has been an update to the meeting and the current item in the calendar is out of date. |
HasBeenProcessed |
xs:boolean |
Indicates whether a meeting message item has been processed. |
ResponseType |
t:ResponseTypeType (section 2.2.5.12) |
Represents the type of recipient response that is received for a meeting.<34> |
UID |
xs:string ([XMLSCHEMA2]) |
Identifies a meeting message. |
RecurrenceId |
xs:dateTime ([XMLSCHEMA2]) |
Identifies a specific instance of a recurring calendar item. |
DateTimeStamp |
xs:dateTime |
Indicates the date and time that an instance of a Calendar object was created. |
IsOrganizer |
xs:boolean ([XMLSCHEMA2]) |
Specifies whether the current user is the organizer of the meeting.<35> |