MessageObject Methods

The MessageObject type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIdForNamedProperty
Gets the id to be used for named property, named properties are special properties and should have their ids in range [0x8000,0xfffe] aligned starting from 0x8000 sequentally. Use this method to find the available id cause it could be hard to calculate it yourself.
Public methodGetType (Inherited from Object.)
Public methodSave(Stream, MessageObjectSaveFormat)
Saves the current message object to the specified stream.
Public methodSave(String, MessageObjectSaveFormat)
Saves the current message object to the specified file.
Public methodToString (Inherited from Object.)
See Also