Gets or sets the authentication method.

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

Syntax

Visual Basic
Public Property AuthenticationMethod As SmtpAuthentication
	Get
	Set
C#
public SmtpAuthentication AuthenticationMethod { get; set; }

Field Value

Authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also