Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.15 KB

Outlook.DistListItem.BeforeDelete.md

File metadata and controls

44 lines (24 loc) · 1.15 KB
title api_name ms.assetid ms.date ms.localizationpriority
DistListItem.BeforeDelete event (Outlook)
Outlook.DistListItem.BeforeDelete
095be9b1-b7c5-bc22-a478-4f4dfeb91641
06/08/2017
medium

DistListItem.BeforeDelete event (Outlook)

Occurs before an item (which is an instance of the parent object) is deleted.

Syntax

expression.BeforeDelete (Item, Cancel)

expression A variable that represents a DistListItem object.

Parameters

Name Required/Optional Data type Description
Item Required Object The item being deleted.
Cancel Required Boolean False when the event occurs. If the event procedure sets this argument to True, the operation is not completed and the item is not deleted.

Remarks

In order for this event to fire when an email message, distribution list, journal entry, task, contact, or post are deleted through an action, an inspector must be open.

The event occurs each time an item is deleted.

See also

DistListItem Object

[!includeSupport and feedback]