EmailOptions
EmailOptions class
Contains options for rendering email messages. For details, see the documentation.
public class EmailOptions
Constructors
Properties
| Name |
Description |
| DateTimeFormat { get; set; } |
Time Format (can be include TimeZone). For example: ‘MM d yyyy HH:mm tt’, if not set - current system format is used |
| FieldTextMap { get; set; } |
The mapping between email message Field and field text representation. |
| PageSize { get; set; } |
The size of the output page. |
| TimeZoneOffset { get; set; } |
Message time zone offset. |
See Also