Gets and sets the current user name.
Syntax
object.UserName [= value]
The UserName 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 name. |
Remarks
The UserName property specifies the name used to
authenticate the user. If the property is not explicitly set, then
an application must provide the user name to the Connect
method. Once the connection has been established, this property
will be updated with the appropriate value.
Data Type
String
See Also
Password Property, Connect Method
|