FolderInfoDeleteChildItem Method |
Deletes the item (folder or message) by it's entryId.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void DeleteChildItem(
byte[] entryId
)
Public Sub DeleteChildItem (
entryId As Byte()
)
public:
void DeleteChildItem(
array<unsigned char>^ entryId
)
member DeleteChildItem :
entryId : byte[] -> unit
Parameters
- entryId
- Type: SystemByte
The entry id.
Exceptions
Remarks
The item must be contained in a folder.
See Also