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 | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetBody | Gets the body of the message. |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top