MailBeeLoginNoCredentialsExceptionPassword Property |
Gets the account password which was provided by the application.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic string Password { get; }
Public ReadOnly Property Password As String
Get
Property Value
Type:
StringThe account password which was passed by the application, or
Empty if
no account password was specified.
See Also