Gets or sets the type of acknowledgement messages generated or returned to the sending application.
[Visual Basic] Public Property AcknowledgeType As AcknowledgeType [C#] public AcknowledgeType AcknowledgeType {get; set;} [C++] public: __property AcknowledgeType get_AcknowledgeType(); public: __property void set_AcknowledgeType(AcknowledgeType); [JScript] public function get AcknowledgeType() : AcknowledgeType; public function set AcknowledgeType(AcknowledgeType);
One of the AcknowledgeType enumeration values. This value is used to determine the type of acknowledgment messages the system posts in the administration queue and when acknowledgments are returned to the sending application. The default is AcknowledgeType.None.
AcknowledgeType provides access to the Ack property of the Message Queuing application's MSMQMessage object.
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD