DeliverableMailItem.FromAddress property

The FromAddress property gets the routing address of the mail sender.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property FromAddress As RoutingAddress
    Get
'Usage
Dim instance As DeliverableMailItem
Dim value As RoutingAddress

value = instance.FromAddress
public abstract RoutingAddress FromAddress { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.RoutingAddress
The FromAddress property returns a RoutingAddress object containing the routing address of the mail sender.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace