GetAttachmentType
extends BaseRequestType
in package
Defines a request to get an attachment from the Exchange store.
Table of Contents
Properties
- $AttachmentIds : NonEmptyArrayOfRequestAttachmentIdsType
- Contains an array of attachment identifiers.
- $AttachmentShape : AttachmentResponseShapeType
- Identifies additional extended item properties to return in a response to a GetAttachment request.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$AttachmentIds
Contains an array of attachment identifiers.
public
NonEmptyArrayOfRequestAttachmentIdsType
$AttachmentIds
Tags
$AttachmentShape
Identifies additional extended item properties to return in a response to a GetAttachment request.
public
AttachmentResponseShapeType
$AttachmentShape
This element is optional.
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed