Share via


InstantMessageReceivedEventArgs Members

Include Protected Members
Include Inherited Members

Gets the data in an incoming message from the conversation.

The InstantMessageReceivedEventArgs type exposes the following members.

Properties

  Name Description
Public property Connection Gets the connection associated with this message. Can be null.
Public property ContentType Gets the MIME type of the relay message.
Public property HasTextBody Gets whether the TextBody field has been filled out.
Public property IsContentTypeSupportedLocally Gets whether the message content type is locally supported by the application.
Public property MessageData Gets the SIP Request message received.
Public property MessageId Gets the message ID for this message.
Public property Sender Gets the sender of the message.
Public property TextBody Gets the body as a string.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetBody Gets the body of the message.
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

InstantMessageReceivedEventArgs Class

Microsoft.Rtc.Collaboration Namespace