Gets or sets the message sender address.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Property From As String
	Get
	Set
C#
public string From { get; set; }

Field Value

Message sender address.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also