Tag Name & type | # | Description |
---|
EnhancedEmailOptions EnhancedEmailOptionsType | | This contains options relevant to email deliveries, and implies the use of messageREACH®. This tag may be empty, but still must be present to indicate email delivery through messageREACH®. |
| ExpirationDays xs:decimal | 0-1 | Indicates the number of days before the job expires. |
| Subject EncodableStringType | 0-1 | A string to be used as the subject for email. Although optional in the schema, messageREACH® will require a Subject in order to deliver email. (See EncodableStringType.) |
| AutoSendFriend YesNo | 0-1 | Indicates whether the message should be automatically altered to include send-to-friend features, and should have the value "yes" or "no". |
| CharacterSet xs:string | 0-1 | Indicates the encoding of all the attached documents unless explicitly overridden. This value should be an ISO character set name. |
| PullPassword xs:string | 0-1 | Specifies a password to be required for all pulls (outside IMG tags). This can be overridden on a per-recipient basis using Password element of the Internet destination class. |
| FromAddress xs:string | 0-1 | A reserved feature. |
| FromDisplayName xs:string | 0-1 | Sets the display name portion of the from address to be used in email deliveries. |
| ReplyTo xs:string | 0-1 | Sets the address to which messageREACH® will forward replies to email. Note that this controls a setting for the job in the switch - it does NOT appear in the delivered email, and is NOT the same as the usual email "reply" address.
NOTE: Attempting to use this feature will result in unprocessable jobs for users without specific EasyLink email arrangements. Do not use this element without consulting EasyLink first. |
| HTMLOpenTracking HTMLOpenTrackingType | 0-1 | This feature allows tracking whether an HTML recipient has "opened" the message or viewed it in the preview pane of the receiving e-mail software. The acceptable values are described in the following table:
Value | Description |
none | Indicates that no open tracking is required. This is equivalent to omitting the HTMLOpenTracking element. |
top | messageREACH® will add a clear (transparent) gif image at the very top of HTML document and may shift the message down by a few lines |
bottom | The clear gif will be placed at the very bottom of HTML document and will not shift the message |
(Note that this tracking is not absolutely guaranteed, due to variations in mail readers and network access.) |
| PasswordLifetime xs:integer | 0-1 | The number of hours that a pull password will be effective - basically through controlling the lifetime of a related cookie. |
| DeliveryRetryPattern xs:string | 0-1 | The name of the retry pattern to be used for the job. These names are determined by switch configuration, and the names and patterns may be different for different optionsets. |
| EnhancedEmailJobExtensions JobExtensionsType | 0-1 | This element may be used to permit access to job options not otherwise accessible through the Cloud Fax and Notifications API schema. No such extensions are currently available. |
| Segment SegmentType | 1- | Extensions may be divided into categories, and the segment will indicate the category. |
| @name xs:string | 0-1 | The name of the segment. No name will indicate the default (USER) segment. |
| Property | 1- | This element will contain the specific extension value |
| @name xs:string | 1 | The name of the extension. None are currently defined. |
| @b64charset xs:string | 0-1 | The value may be base64 encoded to convey data in a particular character set. Ssee EncodableStringType. |