|
Messenger::MyUserId
The Messenger::MyUserId property returns the Messenger
User ID of the current user.
Syntax
This is a read-only property.
[string] MyUserId;
Data Type
A string specifying the Messenger User ID of the current user.
See Remarks.
This property typically fails for the following reason:
- The current Messenger user is not signed in.
Remarks
The Messenger User ID is a number generated from the email of
the user. It is used by Messenger internally in several places like
the registry to store user specific information. If your script
must save account specific information, it is recommended to use
this property instead of he actual email of the user.
Property Information
| Object |
Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Object.
|