Share via


_StorageItem.Delete Method

Permanently removes the StorageItem object from the parent folder.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub Delete
'Usage
Dim instance As _StorageItem

instance.Delete()
[DispIdAttribute()]
void Delete()

Remarks

This call allows a solution to clean up or reset the storage for its private data. Attempting to delete a StorageItem that has been removed by a prior StorageItem.Delete call will result in the error, "Could not complete the deletion."

For more information on deleting solution data stored in a StorageItem object, see Updating and Deleting Solution Storage.

See Also

Reference

_StorageItem Interface

_StorageItem Members

Microsoft.Office.Interop.Outlook Namespace