SaslMethodServiceName Property |
Gets the upper-case name of the protocol being used.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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