Click or drag to resize
MimeKit

IPop3ClientImplementation Property

Gets the implementation details of the server.

Namespace: MailKit.Net.Pop3
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
string Implementation { get; }

Property Value

String
The implementation details.
Remarks
If the server advertizes its implementation details, this value will be set to a string containing the information details provided by the server.
See Also