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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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