MobileItem.Delete Method (Outlook)
Removes the item from the folder that contains the item.
Version Information
Version Added: Outlook 2010
Syntax
expression .Delete
expression A variable that represents a MobileItem object.
Remarks
The Delete method deletes a single item from a collection. To delete all items from the Items collection of a folder, you must delete each item starting with the last item in the folder. For example, consider the items collection of a folder named AllItems. If there are n number of items in the folder, start deleting the item at AllItems.Item(n), decrementing the index each time until you delete AllItems.Item(1).
The Delete method moves the item from the containing folder to the Deleted Items folder. If the containing folder is the Deleted Items folder, the Delete method removes the item permanently.
See Also
Concepts
How to: Delete All Items and Subfolders in the Deleted Items Folder