MailBeePop3LoginBadCredentialsExceptionPassword Property
Gets the account password which was used during the authentication.

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

Property Value

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

Implements

IMailBeeLoginBadCredentialsExceptionPassword
See Also