Share via


EnvelopeRecipient.Address Property

When overridden in a derived class, the Address property gets or sets the e-mail address of the recipient.

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

Syntax

'Declaration
Public MustOverride Property Address As RoutingAddress
    Get
    Set
'Usage
Dim instance As EnvelopeRecipient
Dim value As RoutingAddress

value = instance.Address

instance.Address = value
public abstract RoutingAddress Address { get; set; }