This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
DefaultPropertiesToSend Members
Public:
Constructor
Properties
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. |
Methods
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ShouldPersistExtension |
Specifies whether to save application-defined information associated with the message. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
DefaultPropertiesToSend Class | System.Messaging Namespace