Specifies whether to save application-defined information associated with the message.
[Visual Basic] Public Function ShouldPersistExtension() As Boolean [C#] public bool ShouldPersistExtension(); [C++] public: bool ShouldPersistExtension(); [JScript] public function ShouldPersistExtension() : Boolean;
true if Extension information exists and should be persisted; otherwise, false.
The Extension property is typically used by applications that need to specify or read non-MSMQ messages. It is the responsibility of the application to understand the content of this property.
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | Extension