|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapiMessage in com.aspose.email |
---|
Methods in com.aspose.email 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)
|
MapiMessage |
MapiContact.getUnderlyingMessage()
Get the MapiMessage that represent contact |
static MapiMessage |
MapiMessage.loadFromTnef(InputStream stream)
|
static MapiMessage |
MapiMessage.loadFromTnef(String fileName)
Loads message from Transport Neutral Encapsulation Format (TNEF) data structure |
MapiMessage |
MapiMessageReader.readMessage()
Parse the current stream and returns the data as a MapiMessage. |
Methods in com.aspose.email with parameters of type MapiMessage | |
---|---|
String |
FolderInfo.addMessage(MapiMessage message)
Adds a new message into folder. |
MailMessage |
MailMessageInterpretor.interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object. |
boolean |
MessageAcceptanceCallback.invoke(MapiMessage mapiMessage)
|
void |
MailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
|
void |
ContactMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
|
void |
AppointmentMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
|
void |
ActivityMailMessageInterpretor.save(MapiMessage mapiMessage,
OutputStream stream,
MessageFormat messageFormat)
|
Constructors in com.aspose.email 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 |