wodSmtpServer ActiveX Control - Password Property
      
 

Description

Holds password to be used for accessing the 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 SmtpRelay.
value A String value.

Remarks

Together with Login property, password is used when Authentication is selected to be used with the server. When relay connects to the server, it will try to authenticate itself using these values.