Gets the list of supported authentication methods.

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

Syntax

Visual Basic
Public Function GetSupportedAuthenticationMethods As Pop3Authentication()
C#
public Pop3Authentication[] GetSupportedAuthenticationMethods()

Return Value

The list of supported authentication methods.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also