EnvelopeRecipient.OutboundDeliveryMethod Property

When overridden in a derived class, the OutboundDeliveryMethod property gets the outbound delivery method to the destination for the MailItem for this instance of the EnvelopeRecipient class.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property OutboundDeliveryMethod As DeliveryMethod
    Get
'Usage
Dim instance As EnvelopeRecipient
Dim value As DeliveryMethod

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

Property Value

Type: Microsoft.Exchange.Data.Transport.DeliveryMethod
When overridden in a derived class, the OutboundDeliveryMethod property returns one of the valid DeliveryMethod enumeration values.