2.2.4.76 t:WellKnownResponseObjectType Complex Type
The WellKnownResponseObjectType complex type specifies the base type for calendar item related response objects, as specified in [MS-OXWSMTGS]. The WellKnownResponseObjectType complex type extends the ResponseObjectType complex type, as specified in section 2.2.4.67.
-
<xs:complexType name="WellKnownResponseObjectType"> <xs:complexContent> <xs:restriction base="t:ResponseObjectType" > <xs:sequence> <xs:element name="ItemClass" type="t:ItemClassType" minOccurs="0" /> <xs:element name="Sensitivity" type="t:SensitivityChoicesType" minOccurs="0" /> <xs:element name="Body" type="t:BodyType" minOccurs="0" /> <xs:element name="Attachments" type="t:NonEmptyArrayOfAttachmentsType" minOccurs="0" /> <xs:element name="InternetMessageHeaders" type="t:NonEmptyArrayOfInternetHeadersType" minOccurs="0" /> <xs:element name="Sender" type="t:SingleRecipientType" minOccurs="0" /> <xs:element name="ToRecipients" type="t:ArrayOfRecipientsType" minOccurs="0" /> <xs:element name="CcRecipients" type="t:ArrayOfRecipientsType" minOccurs="0" /> <xs:element name="BccRecipients" type="t:ArrayOfRecipientsType" minOccurs="0" /> <xs:element name="IsReadReceiptRequested" type="xs:boolean" minOccurs="0" /> <xs:element name="IsDeliveryReceiptRequested" type="xs:boolean" minOccurs="0" /> <xs:element name="From" type="t:SingleRecipientType" minOccurs="0" /> <xs:element name="ReferenceItemId" type="t:ItemIdType" minOccurs="0" /> </xs:sequence> <xs:attribute name="ObjectName" type="xs:string" use="prohibited" /> </xs:restriction> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the WellKnownResponseObjectType complex type.
Element name |
Type |
Description |
---|---|---|
ItemClass |
t:ItemClassType ([MS-OXWSCORE] section 2.2.5.4) |
Specifies the item class. |
Sensitivity |
t:SensitivityChoicesType (section 2.2.5.25) |
Specifies the item sensitivity level. |
Body |
t:BodyType (section 2.2.4.19) |
Specifies the body content. |
Attachments |
t:NonEmptyArrayOfAttachmentsType (section 2.2.4.47) |
Specifies the attachments on a response object. |
InternetMessageHeaders |
t:NonEmptyArrayOfInternetHeadersType ([MS-OXWSCORE] section 2.2.4.32) |
Specifies an array of type InternetHeaderType that represents the collection of all Internet message headers that are contained in an item. |
Sender |
t:SingleRecipientType (section 2.2.4.69) |
Specifies the sender of a message. |
ToRecipients |
t:ArrayOfRecipientsType (section 2.2.4.11) |
Specifies a collection of To recipients of an item. |
CcRecipients |
t:ArrayOfRecipientsType |
Specifies a collection of carbon copy (Cc) recipients of an item. |
BccRecipients |
t:ArrayOfRecipientsType |
Specifies a collection of blind carbon copy (Bcc) recipients of an item. |
IsReadReceiptRequested |
xs:boolean ([XMLSCHEMA2]) |
Specifies whether a read receipt is requested. |
IsDeliveryReceiptRequested |
xs:boolean |
Specifies whether a delivery receipt is requested. |
From |
t:SingleRecipientType |
Specifies the addressee who sent a message. |
ReferenceItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Specifies the item identifier that is related to a response object. |
Attributes
Name |
Type |
Description |
---|---|---|
ObjectName |
xs:string ([XMLSCHEMA2]) |
Specifies the name of the reply object class as an English-language string. |