| IPop3ClientImplementation Property |
Gets the implementation details of the server.
Namespace: MailKit.Net.Pop3Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax string Implementation { get; }
Property Value
StringThe 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