The OnEvent_EnterPersonalizedStatus event is fired when the current user changes its status to a Messenger Plus! personalized status. Personalized statuses are a combination of various Messenger properties changed simultaneously to create the appearance of a more complex status based on a name tag, a personal message and an automatic responder message.
OnEvent_EnterPersonalizedStatus( [enum] NewStatus, [string] NameTag, [string] PersonalMessage, [string] AutoMessage );
[enum] New status of
the contact, represented by a number taken from the following
enumeration:
STATUS_ONLINE (3)
STATUS_BUSY (4)
STATUS_BRB (5)
STATUS_IDLE (6)
STATUS_AWAY (7)
STATUS_INCALL (8)
STATUS_OUTLUNCH (9)Online
Busy
Be Right Back
Idle
Away
In a Call
Out to Lunch
No value has to be returned by this event.
At least one of NameTag, PersonalMessage and AutoMessage is set when personalized status mode is entered.
Messenger events for status change, name change and personal message change are also generated if necessary.
Messenger Plus! 4.23 and earlier: enumeration names are not available, numbers must be used instead.
Event Source | Messenger Plus! |
---|---|
Availability | Messenger Plus! Live 4.10 |