AttachmentItemInfo

Describes an attachment.

Syntax

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

Definitions

id

Specifies the attachment.

name

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

charset

Specifies the character set used in the attachment.

--For GroupWise 2012 and later.

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.

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.

isPersonal

This value is true if the attachment is a personal attachment on a received item.

hash

A 16-byte hex hash value. See AttachmentFlags for more information.