System.Net.Mail.MailMessage.From Property

Gets or sets the from address for this e-mail message.

Syntax

public MailAddress From { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The from 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