MailItem.FromAddress Property
When overridden in a derived class, the FromAddress property gets or sets the routing address of the sender of the message.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustOverride Property FromAddress As RoutingAddress
public abstract RoutingAddress FromAddress { get; set; }
public:
virtual property RoutingAddress FromAddress {
RoutingAddress get () abstract;
void set (RoutingAddress value) abstract;
}
/** @property */
public abstract RoutingAddress get_FromAddress ()
/** @property */
public abstract void set_FromAddress (RoutingAddress value)
public abstract function get FromAddress () : RoutingAddress
public abstract function set FromAddress (value : RoutingAddress)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003