SaslMethodServiceName Property |
Gets the upper-case name of the protocol being used.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string ServiceName { get; }
Public ReadOnly Property ServiceName As String
Get
Property Value
Type:
StringThe upper-case name of the protocol being used (such as
POP3,
SMTP, or
IMAP).
See Also