SharingItem.BeforeDelete Event (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .BeforeDelete(Item, Cancel)

expression An expression that returns a SharingItem 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 a sharing message is deleted through an action, an inspector must be open.

The event occurs each time an item is deleted.

See Also

Concepts

SharingItem Object Members

SharingItem Object