Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.