DeliveryMethod Enumeration
The DeliveryMethod enumeration indicates the direction in which a message is coming or going.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public Enumeration DeliveryMethod
public enum DeliveryMethod
public enum class DeliveryMethod
public enum DeliveryMethod
public enum DeliveryMethod
Members
Member name | Description |
---|---|
File | For an incoming message, the message comes from the pickup directory, the replay directory, a Delivery Status Notification (DSN), or the mail submission API. For an outgoing message, the message is going to a server that is not a Simple Mail Transfer Protocol (SMTP) server or it is an application message on the destination server. |
Mailbox | The message is coming from or going to a mailbox. |
Smtp | The message is coming from or going to an SMTP endpoint. |
Unknown | The direction of the message cannot be determined. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003