Modifier and Type | Method and Description |
---|---|
MapiMessage |
ForwardMessageBuilder.buildResponse(MapiMessage msg)
Builds the forwarding messages.
|
MapiMessage |
ReplyMessageBuilder.buildResponse(MapiMessage msg)
Builds the replying messages.
|
abstract MapiMessage |
ResponseMessageBuilder.buildResponse(MapiMessage msg)
Builds the forwarding and replying messages.
|
MapiMessage |
IEWSClient.createCalendarSharingInvitationMessage(String recipient)
Create calendar sharing invitation message.
|
MapiMessage |
MapiMessage.deepClone()
Creates a new object that is a copy of the current instance.
|
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 |
IEWSClient.fetchItem(String uri)
Retrieves the complete item with attachments.
|
MapiMessage |
IEWSClient.fetchItem(String uri,
Iterable<PropertyDescriptor> extendedProperties)
Retrieves the complete item with attachments.
|
MapiMessage |
ExchangeClient.fetchMapiMessage(String messageUri)
Fetches the mapi message with specified uri.
|
MapiMessage |
IEWSClient.fetchMapiMessage(String uri)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiMessage |
IEWSClient.fetchMapiMessage(String uri,
Iterable<PropertyDescriptor> extendedProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiMessage[] |
IEWSClient.fetchMapiMessages(Iterable<String> uris)
Fetches the speciifed messages
|
MapiMessage[] |
IEWSClient.fetchMapiMessages(Iterable<String> uris,
Iterable<PropertyDescriptor> extendedProperties)
Fetches the speciifed messages
|
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,
MapiConversionOptions options)
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 |
MessageAddedEventArgs.getMessage()
Gets the message that has been added.
|
MapiMessage |
MapiContact.getUnderlyingMessage()
Get the MapiMessage that represent contact.
|
static MapiMessage |
MapiMessage.load(InputStream stream,
LoadOptions options)
Loads message from stream with additional options.
|
static MapiMessage |
MapiMessage.load(String fileName,
LoadOptions options)
Loads message from file with additional options.
|
static MapiMessage |
MapiMessage.loadFromTnef(InputStream stream)
Loads message from Transport Neutral Encapsulation Format (TNEF) data structure
|
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.
|
MapiMessage |
MapiObjectProperty.toMapiMessage()
Creates the MapiMessage from object data.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MapiMessage> |
FolderInfo.enumerateMapiMessages()
Exposes the enumerator, which supports an iteration of messages in folder.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MapiMessage> |
OlmStorage.enumerateMessages(OlmFolder folder)
Exposes the enumerator, which supports an iteration of messages in folder.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiAttachmentCollection.add(String name,
MapiMessage msg)
Adds the new attachment as embedded message.
|
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.addVotingButton(MapiMessage message,
String displayName)
Adds the voting button.
|
String |
IEWSClient.appendMessage(MapiMessage mapiMessage)
Uploads the mail message to the specified folder
|
String |
IEWSClient.appendMessage(MapiMessage mapiMessage,
boolean markAsSent)
Uploads the mail message to the specified folder
|
String |
IEWSClient.appendMessage(String folder,
MapiMessage mapiMessage,
boolean markAsSent)
Uploads the mail message to the specified folder
|
com.aspose.ms.System.IAsyncResult |
MessageAcceptanceCallback.beginInvoke(MapiMessage mapiMessage,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
MapiMessage |
ForwardMessageBuilder.buildResponse(MapiMessage msg)
Builds the forwarding messages.
|
MapiMessage |
ReplyMessageBuilder.buildResponse(MapiMessage msg)
Builds the replying messages.
|
abstract MapiMessage |
ResponseMessageBuilder.buildResponse(MapiMessage msg)
Builds the forwarding and replying messages.
|
static void |
FollowUpManager.clearCategories(MapiMessage message)
Clears the categories.
|
static void |
FollowUpManager.clearFlag(MapiMessage message)
Clears the follow-up flag and reminder.
|
static void |
FollowUpManager.clearVotingButtons(MapiMessage message)
Deletes the voting buttons.
|
static com.aspose.ms.System.Collections.IList |
FollowUpManager.getCategories(MapiMessage message)
Get the available message categories.
|
static FollowUpOptions |
FollowUpManager.getOptions(MapiMessage message)
Gets the follow-up options of a message.
|
static com.aspose.ms.System.Collections.IList |
FollowUpManager.getVotingButtons(MapiMessage message)
Get the available message voting buttons.
|
static String[] |
FollowUpManager.getVotingButtonsArray(MapiMessage message)
Get the available message voting buttons.
|
void |
MapiAttachmentCollection.insert(int index,
String name,
MapiMessage msg)
Inserts a message as attachment into the
MapiAttachmentCollection at the specified index. |
abstract boolean |
MessageAcceptanceCallback.invoke(MapiMessage mapiMessage) |
static void |
FollowUpManager.markAsCompleted(MapiMessage message)
Marks the flagged message as completed.
|
static void |
FollowUpManager.removeCategory(MapiMessage message,
String categoryName)
Removes the category.
|
static void |
FollowUpManager.removeVotingButton(MapiMessage message,
String displayName)
Removes the voting button.
|
void |
MapiAttachmentCollection.replace(int index,
String name,
MapiMessage msg)
Replaces an element at the specified index.
|
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)
Sets the follow-up flag for a message.
|
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)
Sets the flag for a draft message
to remind recipients to follow-up.
|
static void |
FollowUpManager.setOptions(MapiMessage message,
FollowUpOptions options)
Sets the additional follow-up options for a message.
|
Modifier and Type | Method and Description |
---|---|
void |
FolderInfo.addMessages(Iterable<MapiMessage> messages)
Provides message adding in a bulk mode.
|
Constructor and Description |
---|
MessageAddedEventArgs(String entryId,
MapiMessage message)
Initializes a new instance of the
MessageAddedEventArgs class. |