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