The Exchange_QueuedX400Message class provides methods to work with Microsoft® Exchange messages currently in an X400 queue.
Namespace
\\COMPUTERNAME\ROOT\MicrosoftExchangeV2:Exchange_QueuedX400Message
Provider
The ExchangeQueue2Provider supplies instances of the Exchange_QueuedX400Message class.
Origin
The Exchange_QueuedX400Message class extends the Exchange_QueuedMessage class.
Qualifiers
dynamic
Properties
This class has no properties.
Methods
| Method | Description |
|---|
| DeleteNDR Method | [Implemented] void DeleteNDR(); The DeleteNDR method deletes the message and sends a non-delivery report. |
| DeleteNoNDR Method | [Implemented] void DeleteNoNDR(); The DeleteNoNDR method deletes the message without sending a non-delivery report. |
| Freeze Method | [Implemented] void Freeze(); The Freeze method freezes the message. |
| Thaw Method | [Implemented] void Thaw(); The Thaw method unfreezes the message. |
Associations
This class has no associations.