Microsoft.Live.Messenger Na ...


Windows Live Messenger Web Toolkit Class Reference
Message Class

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
 
Cc299039.alert_note(en-us,MSDN.10).gifNote

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.

Syntax

JavaScript
Microsoft.Live.Messenger.Message = function();

Type.registerClass(
    'Microsoft.Live.Messenger.Message');
C# (Script#)
public abstract class Message
Remarks

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.

Inheritance Hierarchy

Object
  Microsoft.Live.Messenger..::.Message
    Microsoft.Live.Messenger.Messaging..::.ApplicationMessage
    Microsoft.Live.Messenger..::.NudgeMessage
    Microsoft.Live.Messenger..::.TextMessage
Version Information

Windows Live Messenger Web Toolkit

Supported in: 3.5, 3.1, 3.0, 2.5, 2.0, 1.0
Platforms

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

See Also

Page view tracker