MailBeeLoginNoSupportedMethodsExceptionRequestedMethods Property
Gets a set of authentication methods which were requested by the application as allowed for the login process.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public AuthenticationMethods RequestedMethods { get; }

Property Value

Type: AuthenticationMethods
An AuthenticationMethods value containing bitwise combination of values of individual authentication methods allowed for the login process by the application.
See Also