Gets or sets the user name used for SMTP authentication.

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

Syntax

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

Field Value

User name.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also