PersonalStorage.DeleteItem
PersonalStorage.DeleteItem method
Deletes the item (folder or message) by it’s entryId
public void DeleteItem(string entryId)
| Parameter | Type | Description |
|---|---|---|
| entryId | String |
Exceptions
| exception | condition |
|---|---|
| NotImplementedException | throws, if a PST file version is ANSI. |
| ArgumentNullException | throws, if entryId is null. |
| InvalidOperationException | throws, when trying to delete the root folder |
See Also
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email