Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The AttachmentInfoResponseMessageType complex type contains status and response data for attachments. The AttachmentInfoResponseMessageType complex type extends the ResponseMessageType complex type, ([MS-OXWSCDATA] section 2.2.4.65).
-
<xs:complexType name="AttachmentInfoResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType" > <xs:sequence> <xs:element name="Attachments" type="t:ArrayOfAttachmentsType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child element of the AttachmentInfoResponseMessageType complex type.
|
Element |
Type |
Description |
|---|---|---|
|
Attachments |
t:ArrayOfAttachmentsType (section 2.2.4.1) |
Represents an array of types based on attachments on the item. The ArrayOfAttachmentsType complex type is used only in the response message. |