DeliverableMailItem.InboundDeliveryMethod property

The InboundDeliveryMethod gets the delivery method that this e-mail message comes from.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property InboundDeliveryMethod As DeliveryMethod
    Get
'Usage
Dim instance As DeliverableMailItem
Dim value As DeliveryMethod

value = instance.InboundDeliveryMethod
public abstract DeliveryMethod InboundDeliveryMethod { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.DeliveryMethod
The InboundDeliveryMethod returns one of the DeliveryMethod enumeration values.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace