The Message type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Message(Jid, IDictionary<(Of <<'(String, String>)>>), IDictionary<(Of <<'(String, String>)>>), String, MessageType, CultureInfo) |
Initializes a new instance of the Message class.
| |
Message(Jid, String, String, String, MessageType, CultureInfo) |
Initializes a new instance of the Message class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a textual representation of this instance of the Stanza class.
(Inherited from Stanza.) |
Fields
Properties
Name | Description | |
---|---|---|
AlternateBodies |
A dictionary of alternate forms of the message bodies. The keys of the
dictionary denote ISO 2 language codes.
| |
AlternateSubjects |
A dictionary of alternate forms of the message subjects. The keys of the
dictionary denote ISO 2 language codes.
| |
Body |
The body of the message.
| |
Data |
The data of the stanza.
(Inherited from Stanza.) | |
From |
Specifies the JID of the sender. If this is null, the stanza was generated
by the client's server.
(Inherited from Stanza.) | |
Id |
The ID of the stanza, which may be used for internal tracking of stanzas.
(Inherited from Stanza.) | |
IsEmpty |
Determines whether the stanza is empty, i.e. has no child nodes.
(Inherited from Stanza.) | |
Language |
The language of the XML character data if the stanza contains data that is
intended to be presented to a human user.
(Inherited from Stanza.) | |
Subject |
The subject of the message.
| |
Thread |
The conversation thread this message belongs to.
| |
Timestamp |
The time at which the message was originally sent.
| |
To |
Specifies the JID of the intended recipient for the stanza.
(Inherited from Stanza.) | |
Type |
The type of the message stanza.
|