EnvelopeRecipient.OutboundDeliveryMethod property
When overridden in a derived class, 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 direction (inbound or outbound) and/or source of a message.