Share via


EnvelopeRecipient.Address property

When overridden in a derived class, gets or sets the email 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; }

Property value

Type: Microsoft.Exchange.Data.Transport.RoutingAddress
The rerouted email address of the recipient.

See also

Reference

EnvelopeRecipient class

EnvelopeRecipient members

Microsoft.Exchange.Data.Transport namespace