wodPop3 ActiveX Control - Password Property
      
 

Description

Holds your password on POP3 server.


Property type

A String value.  


Syntax

object.Password [= value]



The Password Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3.
value A String value.

Remarks

Password property holds plaintext password that will be sent to the server when connection is established. It is necessary for wodPop3 operation since password is currently only supported authentication method. Make sure you also set Login property.