deliveryOptionEnum

Provides the list of delivery options.

References

Used by the following properties:

Members

bcc

Specifies the recipients on the bcc list. Recipients must be instances of the bibus » account class, the bibus » contact class, the bibus » distributionList class, the bibus » group class, or the bibus » role class.

To specify this option, use the bibus » deliveryOptionSearchPathMultipleObjectArray class.

bccAddress

Specifies the address of each recipient on the bcc list. To specify this option, use the bibus » deliveryOptionAddressSMTPArray class.

cc

Specifies the recipients on the cc list. Recipients must be instances of the bibus » account class, the bibus » contact class, the bibus » distributionList class, the bibus » group class, or the bibus » role class.

To specify this option, use the bibus » deliveryOptionSearchPathMultipleObjectArray class.

ccAddress

Specifies the address of each recipient on the cc list. To specify this option, use the bibus » deliveryOptionAddressSMTPArray class.

channel

Specifies the delivery channel for the content.

To specify this option, use the bibus » deliveryOptionChannel class.

Default: email

characterSetEncoding

Specifies the character set encoding to use for the memo. The default is UTF-8. Use this option if the device receiving the memo, such as a cell phone, requires a specific character set encoding and does not support UTF-8. To specify this option, use the bibus » deliveryOptionString class.

memoPart

Specifies the content of the memo. To specify this option, use the bibus » deliveryOptionMemoPart class.

notificationList

Specifies the bibus » baseAgentDefinition or bibus » baseReport object that contains the alert list. Users on the alert list are treated as bcc recipients of the memo.

To specify this option, use the bibus » deliveryOptionSearchPathSingleObject class.

New in Version 8.3 — Report Email Alerts

This enumeration value can now be used with bibus » baseReport objects.

subject

Specifies the memo subject line. To specify this option, use the bibus » deliveryOptionString class.

to

Specifies the recipients on the "to" list. Recipients must be instances of the bibus » account class, the bibus » contact class, the bibus » distributionList class, the bibus » group class, or the bibus » role class.

To specify this option, use the bibus » deliveryOptionSearchPathMultipleObjectArray class.

toAddress

Specifies the address of each recipient on the "to" list. To specify this option, use the bibus » deliveryOptionAddressSMTPArray class.