Gets and sets the password for the current user.
Syntax
object.Password [= value]
The Password property syntax has the following parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| value
|
A string which specifies the
current user password. |
Remarks
The Password property specifies the password used to
authenticate the user. If the property is not explicitly set, then
an application must provide the password to the Connect
method. Once the connection has been established, this property
will be updated with the appropriate value.
Data Type
String
See Also
UserName Property, Connect Method
|