public class RestoredItemEntry extends Object
Represents an entry for a soft-deleted item in the PST file, containing the message and the folder Id it was in.
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId()
Gets the folder Id in which the message was originally located.
|
MapiMessage |
getItem()
Gets the soft-deleted message.
|
public final MapiMessage getItem()
Gets the soft-deleted message.
public final String getFolderId()
Gets the folder Id in which the message was originally located.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.