NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DefaultPropertiesToSend.ShouldPersistExtension

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;

Return Value

true if Extension information exists and should be persisted; otherwise, false.

Remarks

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.

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | Extension