Deleting a Message
The Message object's Delete method deletes the message.
To delete a message
-
Select the message you want to delete.
-
Call the Message object's Delete method.
-
Set the Message object to Nothing.
You should not try to access the message after deleting it. Doing so can produce unpredictable results.
See Also
Searching for a Message