When this method is called, the formatter will attempt to determine if the contents of the message are something the formatter can deal with.
[Visual Basic] Function CanRead( _ ByVal message As Message _ ) As Boolean [C#] bool CanRead( Message message ); [C++] bool CanRead( Message* message ) = 0; [JScript] function CanRead( message : Message ) : Boolean;
indicates wehter or not the message passed can be read.
IMessageFormatter Interface | IMessageFormatter Members | System.Messaging Namespace