Back to product page

Password Property


Holds password for SMTP authentication.

Type

String

Syntax

  • Basic
object.Password [= value]
The Password(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
valueA String value.

Remarks

Password property holds plaintext password that will be sent to the server when connection is established. SMTP protocol does not require authentication, although your server may require it to accept your message.

This property should be used together with Login and Authentication properties, which also must be set in order to authentication to the server.

Platforms

Windows