The Exchange_QueuedSMTPMessage class provides methods to work with Microsoft® Exchange messages currently in an SMTP queue.
Namespace
\\COMPUTERNAME\ROOT\MicrosoftExchangeV2:Exchange_QueuedSMTPMessage
Provider
The ExchangeQueue2Provider supplies instances of the Exchange_QueuedSMTPMessage class.
Origin
The Exchange_QueuedSMTPMessage 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.