Describes an attachment.
<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>
Specifies the attachment.
Specifies the name of the attachment (usually the file name).
Specifies the character set used in the attachment.
--For GroupWise 2012 and later.
Specifies the MIME content ID (usually only on the HTML message’s related parts).
Specifies the MIME content type (usually only on the HTML message’s related parts).
Specifies the size of the attachment. This size value is the native size of the attachment before the Base64 encoding.
Specifies the date of the attached file.
Specifies the attachment data in Base64.
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.
This value is true if the attachment is a personal attachment on a received item.
A 16-byte hex hash value. See AttachmentFlags for more information.