Hunny Software Library Reference

Pop3Client.SupportsApop Property

Indicates if the POP3 server supports the APOP command.

[Visual Basic]
Public ReadOnly Property SupportsApop As Boolean
[C#]
public bool SupportsApop {get;}

Property Value

True if the POP3 server supports the APOP command.

Remarks

If the POP3 server supports the APOP command, then the server's initial greeting contains a timestamp. Therefore, you cannot know if the server supports APOP until you connect to the server.

See Also

Pop3Client Class | Hunny.Mail Namespace | Pop3Client.Apop command | POP3 APOP command