SaslMethodServiceName Property
Gets the upper-case name of the protocol being used.

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

Property Value

Type: String
The upper-case name of the protocol being used (such as POP3, SMTP, or IMAP).
See Also