InstantMessageReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data in an incoming message from the conversation.
public ref class InstantMessageReceivedEventArgs : EventArgs
public class InstantMessageReceivedEventArgs : EventArgs
type InstantMessageReceivedEventArgs = class
inherit EventArgs
Public Class InstantMessageReceivedEventArgs
Inherits EventArgs
- Inheritance
-
InstantMessageReceivedEventArgs
Properties
Connection |
Gets the connection associated with this message. Can be null. |
ContentType |
Gets the MIME type of the relay message. |
HasTextBody |
Gets whether the TextBody field has been filled out. |
IsContentTypeSupportedLocally |
Gets whether the message content type is locally supported by the application. |
MessageData |
Gets the SIP Request message received. |
MessageId |
Gets the message ID for this message. |
Sender |
Gets the sender of the message. |
TextBody |
Gets the body as a string. |
Methods
GetBody() |
Gets the body of the message. |