Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 961 Bytes

File metadata and controls

16 lines (12 loc) · 961 Bytes

ElasticEmail.Model.Options

E-mail configuration

Properties

Name Type Description Notes
TimeOffset int? By how long should an e-mail be delayed (in minutes). Maximum is 35 days. [optional]
PoolName string Name of your custom IP Pool to be used in the sending process [optional]
ChannelName string Name of selected channel. [optional]
Encoding EncodingType [optional]
TrackOpens bool? Should the opens be tracked? If no value has been provided, Account's default setting will be used. [optional]
TrackClicks bool? Should the clicks be tracked? If no value has been provided, Account's default setting will be used. [optional]

[Back to Model list] [Back to API list] [Back to README]