DeliveryQueueDomain enumeration
The DeliveryQueueDomain enumeration defines the domain to use when adding a recipient to a delivery queue.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Enumeration DeliveryQueueDomain
'Usage
Dim instance As DeliveryQueueDomain
public enum DeliveryQueueDomain
Members
Member name | Description | |
---|---|---|
UseOverrideDomain | Use the routing override domain when adding the recipient to the delivery queue. | |
UseRecipientDomain | Use the e-mail address domain when adding the recipient to the delivery queue. | |
UseAlternateDeliveryRoutingHosts | Use the alternate delivery host entry when adding a recipient to a delivery queue. |