|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapiMessage | |
---|---|
com.aspose.network.outlook | |
com.aspose.network.outlook.pst |
Uses of MapiMessage in com.aspose.network.outlook |
---|
Methods in com.aspose.network.outlook that return MapiMessage | |
---|---|
static MapiMessage |
MapiMessage.fromFile(String path)
Returns a MapiMessage instance which is loaded from the specified file. |
static MapiMessage |
MapiMessage.fromProperties(MapiPropertyCollection properties)
Creates an instance of MapiMessage from a collection of Mapi properties. |
static MapiMessage |
MapiMessage.fromStream(InputStream stream)
Returns a MapiMessage instance which is loaded from the specified file. |
MapiMessage |
MapiContact.getUnderlyingMessage()
Get the MapiMessage that represent contact |
static MapiMessage |
MapiEmbeddedMessage.toMessage(MapiEmbeddedMessage embeddedMessage)
Converts specified MapiEmbeddedMessage to mapi message. |
Methods in com.aspose.network.outlook with parameters of type MapiMessage | |
---|---|
static MapiContact |
MapiContact.load(MapiMessage message)
Deprecated. |
static MapiEmbeddedMessage |
MapiMessage.toEmbeddedMessage(MapiMessage message)
Converts MapiMessage to MapiEmbeddedMessage |
Uses of MapiMessage in com.aspose.network.outlook.pst |
---|
Methods in com.aspose.network.outlook.pst that return MapiMessage | |
---|---|
MapiMessage |
PersonalStorage.extractMessage(byte[] entryId)
Get the message from PST |
MapiMessage |
PersonalStorage.extractMessage(MessageInfo messageInfo)
Get the message from PST |
MapiMessage |
PersonalStorage.extractMessage(String entryId)
Get the message from PST |
MapiMessage |
PersonalStorage.getMessage(MessageInfo messageInfo)
Deprecated. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |