wodPop3Server ActiveX Control - EnableAPOP Property
      
 

Description

Determines if APOP authentication is supported.


Property type

A boolean value.  


Syntax

object.EnableAPOP [= value]



The EnableAPOP Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3Server.
value A boolean value.

Remarks

EnableAPOP property determines if server will respond to APOP command. By default, it is set to False and server ignores this command, since you must handle authentication in Connected event for this command to work. If you enable it, make sure you know user's password, and call TestAPOP method inside Connected event to test if password is valid.

In APOP command, password is never sent by the client, you must know the password locally.