System.Net.Mail.MailMessage.Sender Property

Gets or sets the sender's address for this e-mail message.

Syntax

public MailAddress Sender { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The sender's address is not validated or tied to the currently logged on user.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0