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] Sub Write( _ ByVal message As Message, _ ByVal obj As Object _ ) [C#] void Write( Message message, object obj ); [C++] void Write( Message* message, Object* obj ) = 0; [JScript] function Write( message : Message, obj : Object );
IMessageFormatter Interface | IMessageFormatter Members | System.Messaging Namespace