Mail

Contains a base mail message object.

Syntax

<Mail>
<extension base="BoxEntry">
<element ref="subject"/>
<originalSubject type="string"/>
<subjectPrefix type="string"/>
<distribution type="Distribution"/>
<message type="MessageBody"/>
<attachments type="AttachmentInfo"/>
<options type="ItemOptions"/>
<link type="LinkInfo"/>
<hasAttachment type="boolean" default="0"/>
<size type="int" default="0"/>
<subType type="string"/>
<nntpOrImap type="boolean"/>
<smimeType type="SMimeOperation"/>
<checklist type="ChecklistInfo"/>
<xField type="string"/>
<originalId type="uid"/>
<archiveId type="string"/>
<threading type="ItemThreading"/>
<retentionModified type="dateTime"/>
<rssURL type="string"/>
<attribute name="stub" type="boolean"/>

Definitions

subject

Specifies the subject text. If the original is changed, this text becomes mySubect.

originalSubject

Specifies the original subject, if the subject is overridden.

subjectPrefix

Specifies a prefix to add to the beginning of the subject.

distribution

Specifies the From user and all recipients.

message

Specifies the body text of the message.

attachments

Specifies the list of attachments.

options

Specifies various GroupWise options.

link

Specifies the linkInfo for an item that is forwarding or replying to a message.

hasAttachment

Specifies if the message has attachments.

size

Specifies the size of the item. The size includes attachments.

subType

Specifies the subType on an item. Valid subTypes are a shared folder notification message (NGW.SHARED.FOLDER.NOTIFY) or a shared personal address book message (NGW.SHARED.PAB.NOTIFY).

nntpOrImap

Specifies if the item is an IMAP or NNTP item.

smime

Specifies if the item is signed or encrypted.

xField

The xField is a string value like “name=value” (for example, “xfieldName=xFieldValue”). The xField is stored in the item. The xFields are sent out via the GWIA to external users. There can be many xFields.

xFields are primarily used in the IMAP protocol and are not displayed by any of the GroupWise Clients.

originalId

Specifies the items original item ID if the item has been stubbed/archived.

archivedId

Specifies the archive ID if the item has been stubbed/archived.

threading

Specifies discussion threads.

retentionModified

Specifies the date and time that a significant or meaningful part of the item was modified.

RetentionModified is a little different than the retention time stamp. Suppose an item has a retention time stamp. If a user modifies the item by adding a personal attachment or some other significant change, retention software skips the item because it has already been retained. RetentionModified is now used to catch an item after the first retention if a significant change has occurred to the item.

rssURL

Specifies the RSS URL of the RSS item.

stub

Specifies if the item is a stubbed/archived item.