DomainTrailerOptions EnumerationIpswitch.Messaging.Framework
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

public enum DomainTrailerOptions
Members

  Member nameValueDescription
UseSystem0 Indicates that the system trailer should be used for messages sent from this domain.
UseDomain1 Indicates that the domain trailer should be used for messages sent from this domain.
None2 Indicates that no trailer should be sent from this domain.
Default0 Indicates that the default option should be used. Currently this is
DomainTrailerOptions.UseSystem
.
See Also

Reference