DefaultPropertiesToSend Class Members
The following tables list the members exposed by DefaultPropertiesToSend.
Public Constructors
Name | Description | |
---|---|---|
![]() | DefaultPropertiesToSend Constructor | Initializes a new instance of the DefaultPropertiesToSend class. |
Public Properties
Name | Description | |
---|---|---|
![]() | AcknowledgeType | Gets or sets the type of acknowledgement message to be returned to the sending application. |
![]() | AdministrationQueue | Gets or sets the queue that receives acknowledgement messages generated by Message Queuing. |
![]() | AppSpecific | Gets or sets additional, application-specific information. |
![]() | AttachSenderId | Gets or sets a value that indicates whether the sender ID should 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 or creating a digital signature for a message. |
![]() | Label | Gets or sets an application-defined string that describes the message. |
![]() | Priority | Gets or sets the message priority, which is used to determine where the message is placed in the queue. |
![]() | Recoverable | Gets or sets a value that indicates whether the message is guaranteed to be delivered in the event of a computer failure or network problem. |
![]() | ResponseQueue | Gets or sets the queue that receives application-generated response messages. |
![]() | TimeToBeReceived | Gets or sets the time limit for the message to be retrieved from the destination 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 that indicates whether the message must be authenticated before being sent. |
![]() | UseDeadLetterQueue | Gets or sets a value that indicates 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 that indicates whether to make the message private. |
![]() | UseJournalQueue | Gets or sets a value that indicates whether a copy of the message should be kept in a machine journal on the originating computer. |
![]() | UseTracing | Gets or sets a value that indicates whether to trace a message as it moves toward its destination queue. |
See Also