2.2.4.4 t:AttendeeType Complex Type
The AttendeeType complex type specifies attendees and resources for a meeting.
-
<xs:complexType name="AttendeeType"> <xs:sequence> <xs:element name="Mailbox" type="t:EmailAddressType" /> <xs:element name="ResponseType" type="t:ResponseTypeType" minOccurs="0" /> <xs:element name="LastResponseTime" type="xs:dateTime" minOccurs="0" /> <xs:element name="ProposedStart" type="xs:dateTime" minOccurs="0" /> <xs:element name="ProposedEnd" type="xs:dateTime" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the AttendeeType complex type.
Element name |
Type |
Description |
---|---|---|
Mailbox |
t:EmailAddressType ([MS-OXWSCDATA] section 2.2.4.31) |
Specifies a fully resolved e-mail address. |
ResponseType |
t:ResponseTypeType (section 2.2.5.12) |
Specifies the meeting invitation response received by the meeting organizer from a meeting attendee. |
LastResponseTime |
xs:dateTime ([XMLSCHEMA2]) |
Specifies the date and time that the latest meeting invitation response was received by the meeting organizer from the meeting attendee. |
ProposedStart |
xs:dateTime |
The proposed start date and time of the meeting. <9> |
ProposedEnd |
xs:dateTime |
The proposed end date and time of the meeting. <10> |