2.2.4.18 t:MeetingResponseMessageType Complex Type
The MeetingResponseMessageType complex type represents a meeting response in the server message store. The server creates this type in the organizer's Inbox folder when an attendee accepts, tentatively accepts, or declines a request created by the CreateItem operation, as specified in section 3.1.4.2. This type extends the MeetingMessageType complex type, as specified in section 2.2.4.15.
-
<xs:complexType name="MeetingResponseMessageType"> <xs:complexContent> <xs:extension base="t:MeetingMessageType"> <xs:sequence> <xs:element name="Start" type="xs:dateTime" minOccurs="0"/> <xs:element name="End" type="xs:dateTime" minOccurs="0"/> <xs:element name="Location" type="xs:string" minOccurs="0"/> <xs:element name="Recurrence" type="t:RecurrenceType" minOccurs="0"/> <xs:element name="CalendarItemType" type="xs:string" minOccurs="0"/> <xs:element name="ProposedStart" type="xs:dateTime" minOccurs="0"/> <xs:element name="ProposedEnd" type="xs:dateTime" minOccurs="0"/> <xs:element name="EnhancedLocation" type="t:EnhancedLocationType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Start: An element of type dateTime, as defined in [XMLSCHEMA2] section 3.2.7, that represents the start time of the calendar item.<47>
End: An element of type dateTime that represents the ending time of the calendar item.<48>
Location: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the location for the calendar item.<49>
Recurrence: An element of type RecurrenceType, as defined in section 2.2.4.25, that represents the recurrence for the calendar item.<50>
CalendarItemType: An element of type string that represents the type of calendar item.<51>
ProposedStart: An element of type dateTime that represents the proposed start time of the calendar item.<52>
ProposedEnd: An element of type dateTime that represents the proposed end time of the calendar item.<53>
EnhancedLocation: An element of type EnhancedLocationType, as defined in section 2.2.4.12, that represents additional location information for the calendar item.<54>