Click or drag to resize

SmtpAuthExtensionSupports Method

Checks if specified method is supported.

Namespace: Limilabs.Client.SMTP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public bool Supports(
	SmtpAuthenticationMethod method
)

Parameters

method  SmtpAuthenticationMethod
Authentication method to check.

Return Value

Boolean
True if method is supported, false otherwise.
See Also