Click or drag to resize
MimeKit

Pop3ClientImplementation Property

Gets the implementation details of the server.

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

Property Value

String
The implementation details.

Implements

IPop3ClientImplementation
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