Share via


MailItem.InboundDeliveryMethod property

When overridden in a derived class, the InboundDeliveryMethod method gets a value that indicates the inbound delivery method for this instance of the MailItem class.

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 MailItem
Dim value As DeliveryMethod

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

Property value

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

See also

Reference

MailItem class

MailItem members

Microsoft.Exchange.Data.Transport namespace