FolderInfoDeleteChildItems Method |
Deletes the child messages.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic void DeleteChildItems(
IEnumerable<string> entryIdCollection
)
Public Sub DeleteChildItems (
entryIdCollection As IEnumerable(Of String)
)
public:
void DeleteChildItems(
IEnumerable<String^>^ entryIdCollection
)
member DeleteChildItems :
entryIdCollection : IEnumerable<string> -> unit
Parameters
- entryIdCollection
- Type: System.Collections.GenericIEnumerableString
The entry id collection.
ExceptionsException | Condition |
---|
NotImplementedException | The ANSI file version editing is not implemented. |
InvalidOperationException |
The PST is open for reading only.
or
The item, to be deleted, doesn't belong to this folder.
or
The search folder cannot be deleted.
or
The \Deleted Items\ folder cannot be deleted.
or
The entryId is incorrect.
|
ArgumentNullException | entryId;The entryId cannot be null. |
See Also