MailMessage::Sender Property
.NET Framework (current version)
Gets or sets the sender's address for this e-mail message.
Assembly: System (in System.dll)
public: property MailAddress^ Sender { MailAddress^ get(); void set(MailAddress^ value); }
Property Value
Type: System.Net.Mail::MailAddress^A MailAddress that contains the sender's address information.
The sender's address is not validated or tied to the currently logged on user.
.NET Framework
Available since 2.0
Available since 2.0
Show: