|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.pst.PersonalStorage
public class PersonalStorage
Represents Personal Storage Table (.pst) file
Constructor Summary | |
---|---|
PersonalStorage()
|
Method Summary | |
---|---|
void |
dispose()
|
MapiContact |
extractContactInfo(MessageInfo messageInfo)
Deprecated. |
MapiMessage |
extractMessage(byte[] entryId)
Get the message from PST |
MapiMessage |
extractMessage(MessageInfo messageInfo)
Get the message from PST |
MapiMessage |
extractMessage(String entryId)
Get the message from PST |
static PersonalStorage |
fromBytes(byte[] bytes)
Load from bytes |
static PersonalStorage |
fromFile(String fileName)
Load from file |
static PersonalStorage |
fromStream(InputStream stream)
Load from stream |
String |
getDisplayName()
Display Name of PST |
FolderInfo |
getFolder(byte[] entryId)
Deprecated. |
FolderInfo |
getFolder(String name)
Deprecated. |
FolderInfo |
getFolderById(byte[] entryId)
Gets the personal folder from PST |
FolderInfo |
getFolderById(String entryIdString)
Gets the personal folder from PST |
MapiMessage |
getMessage(MessageInfo messageInfo)
Deprecated. |
FolderInfo |
getRootFolder()
Gets the root folder of PST |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersonalStorage()
Method Detail |
---|
public static PersonalStorage fromFile(String fileName) throws Exception
fileName
- Name of .pst file
Exception
public static PersonalStorage fromStream(InputStream stream) throws Exception
stream
-
Exception
public static PersonalStorage fromBytes(byte[] bytes) throws Exception
bytes
-
Exception
public FolderInfo getRootFolder()
@Deprecated public MapiMessage getMessage(MessageInfo messageInfo) throws Exception
messageInfo
-
Exception
public MapiMessage extractMessage(MessageInfo messageInfo) throws Exception
messageInfo
-
Exception
public MapiMessage extractMessage(byte[] entryId) throws Exception
entryId
- entry Id
Exception
public MapiMessage extractMessage(String entryId) throws Exception
entryId
- string representation of Entry Id
Exception
@Deprecated public MapiContact extractContactInfo(MessageInfo messageInfo) throws Exception
messageInfo
- A MessageInfo object that represents information about message
Exception
@Deprecated public FolderInfo getFolder(String name) throws Exception
name
- Name of personal folder
Exception
@Deprecated public FolderInfo getFolder(byte[] entryId) throws Exception
entryId
- name of Entry id
Exception
public FolderInfo getFolderById(byte[] entryId) throws Exception
entryId
- name of Entry id
Exception
public FolderInfo getFolderById(String entryIdString) throws Exception
entryIdString
-
Exception
public String getDisplayName()
public void dispose() throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |