Gets and sets the proxy server password for the current
user.
Syntax
object.ProxyPassword [= proxypassword]
The object is an expression that evaluates to a FileTransfer
object. The property returns a string value.
Remarks
The ProxyPassword property specifies the password used to
authenticate the user to the proxy server. If a password is not
required by the server, this property is ignored.
Data Type
String
See Also
Password Property, ProxyPort Property, ProxyServer Property, ProxyType Property, ProxyUser Property, ServerName Property, UserName Property, Connect Method
|