Represents a message that is sent to or received from instant messaging addresses.
Script: http://www.wlmessenger.net/api/3.5/loader.js
Feature: Messenger.Core
Namespace:
Microsoft.Live.Messenger Note |
|---|
The Windows Live Messenger Web Toolkit is built using the Microsoft AJAX Library. Microsoft AJAX exposes a type system that enables you to add object-oriented capabilities to your JavaScript code. To learn more about creating, instantiating and deriving from classes, visit Creating Custom Client Script by Using the Microsoft AJAX Library. |
Microsoft.Live.Messenger.Message = function();
Type.registerClass(
'Microsoft.Live.Messenger.Message');
public abstract class Message
This is the abstract base class from which all messages are derived.
Messages are sent to and received from contacts via a Conversation. Once an
application creates a conversation, it can then send messages to the contacts in the conversation's
Roster using the SendMessage(Message) method.
An application can also register for the MessageReceived event to
receive notifications for messages that it has received.
Object
Microsoft.Live.Messenger..::.Message
Microsoft.Live.Messenger.Messaging..::.ApplicationMessage
Microsoft.Live.Messenger..::.NudgeMessage
Microsoft.Live.Messenger..::.TextMessage
Windows Live Messenger Web Toolkit
Supported in: 3.5, 3.1, 3.0, 2.5, 2.0, 1.0
Internet Explorer 8.0, Internet Explorer 7.0, Internet Explorer 6.0, Firefox 3.5, Firefox 3.0, Firefox 2.0, Firefox 1.5, Chrome 2.0, Chrome 1.0, Safari 4.0, Safari 3.0