Gets or sets a value indicating whether a copy of the message should be kept in a machine journal on the originating computer.
[Visual Basic] Public Property UseJournalQueue As Boolean [C#] public bool UseJournalQueue {get; set;} [C++] public: __property bool get_UseJournalQueue(); public: __property void set_UseJournalQueue(bool); [JScript] public function get UseJournalQueue() : Boolean; public function set UseJournalQueue(Boolean);
true to require that a copy of a message be kept in the originating computer's machine journal after it has been successfully transmitted (from the originating computer to the next hop); otherwise, false. The default is false.
UseJournalQueue provides access to a part of the functionality of the Journal property of the Message Queuing application's MSMQMessage object. The rest of the functionality is provided by UseDeadLetterQueue.
When you store messages in a journal queue, clear the queue periodically to remove messages that are no longer needed. Message stored in journal queues count against the quota for the computer where the queue resides (the computer quota is set by the administrator)
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD