|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapiMessage in com.aspose.network |
---|
Methods in com.aspose.network 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. |
static MapiMessage |
MapiMessage.fromFile(String path)
Create an instance of MapiMessage from the specified file. |
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message)
Creates an instance of MapiMessage from the MailMessage. |
static MapiMessage |
MapiMessage.fromMailMessage(MailMessage message,
int format)
Creates an instance of MapiMessage from the MailMessage. |
static MapiMessage |
MapiMessage.fromMailMessage(String fileName)
Creates an instance of MapiMessage from the MailMessage. |
static MapiMessage |
MapiMessage.fromProperties(MapiPropertyCollection properties)
Creates an instance of MapiMessage from a collection of Mapi properties. |
static MapiMessage |
MapiMessage.fromStream(InputStream stream)
Create an instance of MapiMessage from the specified stream. |
MapiMessage |
PersonalStorage.getMessage(MessageInfo messageInfo)
Deprecated. |
MapiMessage |
MapiContact.getUnderlyingMessage()
Get the MapiMessage that represent contact |
MapiMessage |
MapiMessageReader.readMessage()
Parse the current stream and returns the data as a MapiMessage. |
Methods in com.aspose.network with parameters of type MapiMessage | |
---|---|
MailMessage |
MailMessageInterpretor.interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object. |
boolean |
MailboxConverter.MessageAcceptanceCallback.invoke(MapiMessage mapiMessage)
Callback function which is being called during the conversion process. |
static MapiContact |
MapiContact.load(MapiMessage message)
Deprecated. |
void |
MailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream. |
void |
ContactMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream. |
void |
AppointmentMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream. |
void |
ActivityMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
Saves the specified MapiMessage to a Stream. |
Constructors in com.aspose.network with parameters of type MapiMessage | |
---|---|
MapiAttachmentCollection(MapiMessage owner)
Initializes a new instance of the MapiAttachmentCollection class. |
|
MapiMessagePropertyStream(MapiMessage parent)
Initializes a new instance of the MapiMessagePropertyStream class. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |