Specifies which trailer a domain should use when a message is sent from that domain.
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UseSystem | 0 | Indicates that the system trailer should be used for messages sent from this domain. | |
| UseDomain | 1 | Indicates that the domain trailer should be used for messages sent from this domain. | |
| None | 2 | Indicates that no trailer should be sent from this domain. | |
| Default | 0 |
Indicates that the default option should be used. Currently this is DomainTrailerOptions.UseSystem |
See Also