System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / DefaultPropertiesToSend Class
Properties


In This Topic
    DefaultPropertiesToSend Class Members
    In This Topic

    The following tables list the members exposed by DefaultPropertiesToSend.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DefaultPropertiesToSend class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the type of acknowledgement message to be returned to the sending application.  
    Public PropertyGets or sets the queue that receives acknowledgement messages generated by Message Queuing.  
    Public PropertyGets or sets additional, application-specific information.  
    Public PropertyGets or sets a value that indicates whether the sender ID should be attached to the message.  
    Public PropertyGets or sets the encryption algorithm used to encrypt the body of a private message.  
    Public PropertyGets or sets additional information associated with the message.  
    Public PropertyGets or sets the hashing algorithm used when authenticating messages or creating a digital signature for a message.  
    Public PropertyGets or sets an application-defined string that describes the message.  
    Public PropertyGets or sets the message priority, which is used to determine where the message is placed in the queue.  
    Public PropertyGets or sets a value that indicates whether the message is guaranteed to be delivered in the event of a computer failure or network problem.  
    Public PropertyGets or sets the queue that receives application-generated response messages.  
    Public PropertyGets or sets the time limit for the message to be retrieved from the destination queue.  
    Public PropertyGets or sets the time limit for the message to reach the queue.  
    Public PropertyGets the transaction status queue on the source computer.  
    Public PropertyGets or sets a value that indicates whether the message must be authenticated before being sent.  
    Public PropertyGets 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.  
    Public PropertyGets or sets a value that indicates whether to make the message private.  
    Public PropertyGets or sets a value that indicates whether a copy of the message should be kept in a machine journal on the originating computer.  
    Public PropertyGets or sets a value that indicates whether to trace a message as it moves toward its destination queue.  
    Top
    See Also