LoggedInEventArgsProtocol Property
Gets application-level protocol of the current connection.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public TopLevelProtocolType Protocol { get; }

Property Value

Type: TopLevelProtocolType
The protocol of the current connection, or Unknown if the protocol is unknown.
Remarks
This value indicates the protocol this connection is used for.
See Also