This method is used to write the given object into the given message. If the formatter cannot understand the given object, an exception is thrown.
[Visual Basic] Overridable Public Sub Write( _ ByVal message As Message, _ ByVal obj As Object _ ) [C#] public virtual void Write( Message message, object obj ); [C++] public: virtual void Write( Message* message, Object* obj ); [JScript] public function Write( message : Message, obj : Object );
ActiveXMessageFormatter Class | ActiveXMessageFormatter Members | System.Messaging Namespace