Click or drag to resize
MimeKit

MailServiceProtocol Property

Get the protocol supported by the message service.

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

Property Value

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