ApopSupported Property

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Pop3Client.ApopSupported Property

Allows you to check if the server supports the Apop authentication method.

This value is filled when the connect method has returned, as the server tells in its welcome message if APOP is supported.

public bool ApopSupported { public get; private set; }

See Also

Pop3Client Class | OpenPop.Pop3 Namespace