Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.39 KB

Outlook.MailItem.Delete.md

File metadata and controls

43 lines (23 loc) · 1.39 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
MailItem.Delete method (Outlook)
vbaol11.chm1322
vbaol11.chm1322
Outlook.MailItem.Delete
342c6003-e7c5-7314-453c-151fc51d5b2d
06/08/2017
medium

MailItem.Delete method (Outlook)

Removes the item from the folder that contains the item.

Syntax

expression.Delete

expression A variable that represents a MailItem object.

Remarks

The Delete method deletes a single item in a collection. To delete all items in the Items collection of a folder, you must delete each item starting with the last item in the folder. For example, in the items collection of a folder, 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

MailItemObject

Delete All Items and Subfolders in the Deleted Items Folder

[!includeSupport and feedback]