Mail

Contains a base mail message object. Include the "internet” keyword in the view to retrieve information indicating if the source of the item is from the Internet.

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"/>
  <junkMailEvaluation type="TextLines"/>
  <junkMailSettings type="TextLines"/>
  <globalSignatureInternalId type="string"/>
  <totals type="SendTotals"/>
  <attribute name="internet" type="boolean"/>
  <attribute name="stub" type="boolean"/>
  <attribute name="mime" type="boolean"/>
</Mail>

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 the following: “name=value” (for example, “xfieldName=xFieldValue”). The xField is stored in the item. The xField are sent out via 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 timestamp. Suppose an item has a retention timestamp. If a user modifies the item by adding a personal attachment or some other significant change, retention software will skip the item because it has already been retained. RetentionModified is now used to catch an item after the first retention and a significant change has occurred to the item.

rssURL

Specifies the RSS URL of the RSS item.

junkMailEvaluations

Specifies how the item was evaluated for being junk mail.

--For GroupWise 2012 and later.

junkMailSettings

Specifies the junk mail settings.

--For GroupWise 2012 and later.

globalSignatureInternalId

Specifies the internal id of the global signature.

totals

Specifies the totals for sent items.

internet

Specifies that the item came in through the internet (GWIA).

stub

Specifies if the item is a stubbed/archived item.

mime

Specifies that the item has a mime RFC822 attachment to use in formatting the item to send.

--For GroupWise 8.0 SP1 and later.