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.
<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>
Specifies the subject text. If the original is changed, this text becomes mySubect.
Specifies the original subject, if the subject is overridden.
Specifies a prefix to add to the beginning of the subject.
Specifies the From user and all recipients.
Specifies the body text of the message.
Specifies the list of attachments.
Specifies various GroupWise options.
Specifies the linkInfo for an item that is forwarding or replying to a message.
Specifies if the message has attachments.
Specifies the size of the item. The size includes attachments.
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).
Specifies if the item is an IMAP or NNTP item.
Specifies if the item is signed or encrypted.
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.
Specifies the items original item id if the item has been stubbed/archived.
Specifies the archive id if the item has been stubbed/archived.
Specifies discussion threads.
The retentionModified timestamp value is stored in the mailbox. The value is returned and set with getTimestampRequest and setTimestampRequest.
Each item has a retentionModified value. The item value is compared against the mailbox retentionModified value. If the item value is less than the mailbox value, the item can be purged. That means the item has been retained. That is, of course, if retention is enabled.
The item retentionModified value is updated whenever the subject, personal subject or attachment values are changed.
Specifies the RSS URL of the RSS item.
Specifies how the item was evaluated for being junk mail.
--For GroupWise 2012 and later.
Specifies the junk mail settings.
--For GroupWise 2012 and later.
Specifies the internal id of the global signature.
Specifies the totals for sent items.
Specifies that the item came in through the internet (GWIA).
Specifies if the item is a stubbed/archived item.
Specifies that the item has a mime RFC822 attachment to use in formatting the item to send.
--For GroupWise 8.0 SP1 and later.