MailBeeImapLoginBadCredentialsExceptionAccountName Property
Gets the account name which was used during the authentication.

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

Property Value

Type: String
The account name which was used during the authentication.

Implements

IMailBeeLoginBadCredentialsExceptionAccountName
See Also