IJabberMsg
This Interface encapsulates all of the message properties. Note that as of 11/1/2000, some new properties and methods have been introduced to "experiment" with xmlns="jabber:x:envelope" support. These properties and methods are still experimental. Use at your own risk :)

Properties


Methods


AddXTag: IXMLTag
This creates a new x tag inside the XML and returns the interface to the new tag. Use this interface passed back to change attributes, and add child nodes to the x tag.
ClearXTags
This method will remove all of the x tags contained in the message's XMLTag.
GenerateThreadID [string]
Use this method to have JabberCOM generate thread id's to be used internally in your application.
CreateEnvelope
This method creates the underlying JIDLists so you can use the envelope properties for this message. For sending new messages, ALWAYS use the method before trying to use the other envelope props.