Variable2KFormatter.CanRead(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the formatter can read the contents of the message.
public:
virtual bool CanRead(System::Messaging::Message ^ msg);
public bool CanRead (System.Messaging.Message msg);
abstract member CanRead : System.Messaging.Message -> bool
override this.CanRead : System.Messaging.Message -> bool
Public Function CanRead (msg As Message) As Boolean
Parameters
- msg
- Message
The message to read.
Returns
True if the formatter can read the contents of the message; otherwise, false.