Messenger Plus! Live - Scripting Documentation

The Messenger::MyCurrentMedia property returns the current "media" associated with the the current Messenger user. It is typically a song's title or a game's name.

Syntax

This is a read-only property.
[string] MyCurrentMedia;

Data Type

A string specifying the current media. This string is the raw text sent by Messenger identifying the media, it is up to you to decode it appropriately. An example of such string would be "\0Music\01\0{0} - {1}\0Return to Tatooine\0John Williams\0Star Wars Episode II Soundtrack\0\0".

This property typically fails for the following reason:

Remarks

Despite the fact that Windows Live Messenger mixes both properties, the MyCurrentMedia property is different from MyPersonalMessage. When a MyCurrentMedia is associated to a contact, Messenger simply hides the personal message to display the media's name.

Property Information

Object Messenger
Availability Messenger Plus! Live 4.00

See Also

Messenger Object, MyPersonalMessage.