AttachmentItemInfo

Describes an attachment.

Syntax

<AttachmentItemInfo>
<id type="AttachmentID"/>
<ref="name"/>
<contentId type="string"/>
<contentType type="string"/>
<size type="unsignedInt"/>
<date type="dateTime"/>
<data type="base64Binary"/>
<hidden type="boolean"/>

Definitions

id

Specifies the attachment.

name

Specifies the name of the attachment (usually the file name).

contentId

Specifies the MIME content ID (usually only on the HTML message’s related parts).

contentType

Specifies the MIME content type (usually only on the HTML message’s related parts).

size

Specifies the size of the attachment. This size value is the native size of the attachment before the Base64 encoding.

date

Specifies the date of the attached file.

data

Specifies the attachment data in Base64 format.

hidden

Specifies if the attachment should be visible to the user. For example, the Windows client hides the text.htm file, which is the HTML version of the message body.