Click or drag to resize
MimeKit

ImapClientProtocol Property

Get the protocol supported by the message service.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected override string Protocol { get; }

Property Value

String
The protocol.
Remarks
Gets the protocol supported by the message service.
See Also