readAttachmentRequest

Returns the selected file attachment.

Request

<readAttachmentRequest>
   <id type="uid"/>
   <offset type="int"/>
   <length type="int"/>
</readAttachmentRequest>

Response

<readAttachmentResponse>
   <status type="Status"/> 
</readAttachmentResponse>

Elements

id

Specifies the ID of the attachment to read.

length

Specifies the number of bytes to read from the offset.

offset

Specifies the starting position for reading the attachment.

status

Returns the success or failure of the method.