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 Properties

The properties of the DefaultPropertiesToSend class are listed below. For a complete list of DefaultPropertiesToSend class members, see the DefaultPropertiesToSend Members topic.

Public:

AcknowledgeType Gets or sets the type of acknowledgement messages generated or returned to the sending application.
AdministrationQueue Gets or sets the queue used for acknowledgement messages generated by the application.
AppSpecific Gets or sets application-generated information.
AttachSenderId Gets or sets a value indicating if the sender ID is to be attached to the message.
EncryptionAlgorithm Gets or sets the encryption algorithm used to encrypt the body of a private message.
Extension Gets or sets additional information associated with the message.
HashAlgorithm Gets or sets the hashing algorithm used when authenticating messages.
Label Gets or sets the message label.
Priority Gets or sets the message priority.
Recoverable Gets or sets a value indicating whether the message is guaranteed to be delivered in the event of a computer failure or network problem.
ResponseQueue Gets or sets the queue which receives application-generated response messages.
TimeToBeReceived Gets or sets the time limit for the message to be retrieved from the target queue.
TimeToReachQueue Gets or sets the time limit for the message to reach the queue.
TransactionStatusQueue Gets the transaction status queue on the source computer.
UseAuthentication Gets or sets a value indicating whether the message must be authenticated.
UseDeadLetterQueue Gets or sets a value indicating whether a copy of the message that could not be delivered should be sent to a dead-letter queue.
UseEncryption Gets or sets a value indicating whether to encrypt private messages.
UseJournalQueue Gets or sets a value indicating whether a copy of the message should be kept in a machine journal on the originating computer.
UseTracing Gets or sets a value indicating whether to trace a message as it moves toward its destination queue.

See Also

DefaultPropertiesToSend Class | System.Messaging Namespace