Modifier and Type | Method and Description |
---|---|
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(MailMessage message,
int format,
boolean preserveSignature)
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 |
MessageAddedEventArgs.getMessage()
Gets the message that has been added.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterable<MapiMessage> |
FolderInfo.enumerateMapiMessages()
Exposes the enumerator, which supports an iteration of messages in folder.
|
Modifier and Type | Method and Description |
---|---|
static void |
FollowUpManager.addCategory(MapiMessage message,
String categoryName)
Adds the category for a message.
|
String |
FolderInfo.addMessage(MapiMessage message)
Adds a new message into folder.
|
static void |
FollowUpManager.clearCategories(MapiMessage message)
Clears the categories.
|
static void |
FollowUpManager.clearFlag(MapiMessage message)
Clears the follow-up flag and reminder.
|
static List |
FollowUpManager.getCategories(MapiMessage message)
Get the available message categories.
|
static FollowUpOptions |
FollowUpManager.getFlag(MapiMessage message)
Gets the follow-up flag of a message.
|
MailMessage |
MailMessageInterpretor.interpret(MapiMessage mapiMessage)
Imports the MapiMessage information into a MailMessage object.
|
MailMessage |
AppointmentMailMessageInterpretor.interpret(MapiMessage mapiMessage) |
boolean |
MessageAcceptanceCallback.invoke(MapiMessage mapiMessage) |
protected void |
MailMessageInterpretor.loadAttachment(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the attachments from to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadEachAttachment(MailMessage mailmessage,
MapiMessage mapiMessage,
int index)
Imports each attachment from to the specified MapiMessage instance.
|
protected void |
NDRReportMailMessageInterpretor.loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBody(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the Body (HtmlBody and TextBody) of the MailMessage
according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBodyHtml(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage
according to the specified MapiMessage instance.
|
protected void |
ContactMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
AppointmentMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
ActivityMailMessageInterpretor.loadMessageBodyHtml(MailMessage mailMessage,
MapiMessage mapiMessage)
Creates the HtmlBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageBodyText(MailMessage mailmessage,
MapiMessage mapiMessage)
Creates the TextBody property of the MailMessage according to the specified MapiMessage instance.
|
protected void |
NDRReportMailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
MailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
AppointmentMailMessageInterpretor.loadMessageHeader(MailMessage mailMessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
protected void |
ActivityMailMessageInterpretor.loadMessageHeader(MailMessage mailmessage,
MapiMessage mapiMessage)
Imports the headers of MIME protocol to a MailMessage from the MapiMessage instance.
|
static void |
FollowUpManager.markAsCompleted(MapiMessage message)
Marks the flagged message as completed.
|
static void |
FollowUpManager.removeCategory(MapiMessage message,
String categoryName)
Removes the category.
|
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) |
static void |
FollowUpManager.setFlag(MapiMessage message,
FollowUpOptions options)
Sets the follow-up flag for a message.
|
static void |
FollowUpManager.setFlag(MapiMessage message,
String flagRequest)
Sets the follow-up flag for a message.
|
static void |
FollowUpManager.setFlag(MapiMessage message,
String flagRequest,
Date startDate,
Date dueDate) |
static void |
FollowUpManager.setFlagForRecipients(MapiMessage message,
String flagRequest)
Sets the flag for a draft message
to remind recipients to follow-up.
|
static void |
FollowUpManager.setFlagForRecipients(MapiMessage message,
String flagRequest,
Date reminderTime) |
Modifier and Type | Method and Description |
---|---|
void |
FolderInfo.addMessages(Iterable<MapiMessage> messages)
Provides message adding in a bulk mode.
|
Constructor and Description |
---|
MapiAttachmentCollection(MapiMessage owner)
Initializes a new instance of the MapiAttachmentCollection class.
|
MapiMessagePropertyStream(MapiMessage parent)
Initializes a new instance of the
MapiMessagePropertyStream class. |
MessageAddedEventArgs(String entryId,
MapiMessage message)
Initializes a new instance of the
MessageAddedEventArgs class. |
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.