| Modifier and Type | Method and Description |
|---|---|
MapiMessage |
SecureEmailManager.attachSignature(MapiMessage msg,
SmimeKey key)
Creates a copy of the specified MapiMessage and adds a digital signature to it.
|
MapiMessage |
SecureEmailManager.attachSignature(MapiMessage msg,
SmimeKey key,
SignatureOptions options)
Creates a copy of the specified MapiMessage and adds a digital signature to it.
|
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 |
IGraphClient.copyMessage(String newParentId,
String itemId)
Copy a Message to another mailfolder.
|
MapiMessage |
IEWSClient.createCalendarSharingInvitationMessage(String recipient)
Create calendar sharing invitation message.
|
MapiMessage |
IGraphClient.createMessage(String folderId,
MapiMessage message)
Creates message in specified folder
|
MapiMessage |
MapiMessage.decrypt(byte[] certificateRawData,
String certificatePassword)
Decrypts this message
|
MapiMessage |
MapiMessage.decrypt(SmimeKey key)
Decrypts this message
|
MapiMessage |
MapiMessage.deepClone()
Creates a new object that is a copy of the current instance.
|
MapiMessage |
OlmStorage.extractMapiMessage(OlmMessageInfo messageInfo)
Get the message from OLM storage.
|
MapiMessage |
OlmStorage.extractMapiMessage(String id)
Get the message from OLM.
|
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
|
MapiMessage |
IGraphClient.fetchMessage(String id)
Gets message in specified id
|
static MapiMessage |
MapiMessage.fromMailMessage(InputStream stream)
Creates an instance of MapiMessage from the EML format data stream.
|
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.
|
MapiMessage |
RestoredItemEntry.getItem()
Gets the soft-deleted message.
|
MapiMessage |
MessageAddedEventArgs.getMessage()
Gets the message that has been added.
|
MapiMessage |
MapiCalendar.getUnderlyingMessage()
Retrieves the underlying MapiMessage object.
|
MapiMessage |
MapiContact.getUnderlyingMessage()
Retrieves the underlying MapiMessage object.
|
MapiMessage |
MapiDistributionList.getUnderlyingMessage()
Retrieves the underlying MapiMessage object.
|
MapiMessage |
MapiJournal.getUnderlyingMessage()
Retrieves the underlying MapiMessage object.
|
MapiMessage |
MapiNote.getUnderlyingMessage()
Retrieves the underlying MapiMessage object.
|
MapiMessage |
MapiTask.getUnderlyingMessage()
Retrieves the underlying MapiMessage object.
|
static MapiMessage |
MapiMessage.load(InputStream stream)
Loads message from stream.
|
static MapiMessage |
MapiMessage.load(InputStream stream,
LoadOptions options)
Loads message from stream with additional options.
|
static MapiMessage |
MapiMessage.load(String fileName)
Loads message from file.
|
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 |
IGraphClient.moveMessage(String newParentId,
String itemId)
Move a message to another mailfolder.
|
MapiMessage |
MapiMessageReader.readMessage()
Parse the current stream and returns the data as a MapiMessage.
|
MapiMessage |
MapiMessage.removeSignature()
Remove signature.
|
MapiMessage |
Appointment.toMapiMessage()
Converts ICalendar item (.ics) to MAPI (.msg) message.
|
MapiMessage |
MapiObjectProperty.toMapiMessage()
Creates the MapiMessage from object data.
|
MapiMessage |
IGraphClient.updateMessage(MapiMessage message)
Updates message
|
MapiMessage |
IGraphClient.updateMessage(MapiMessage message,
UpdateSettings updateSettings)
Updates message
|
| Modifier and Type | Method and Description |
|---|---|
IGenericEnumerable<MapiMessage> |
FolderInfo.enumerateMapiMessages()
Exposes the enumerator, which supports an iteration of messages in folder.
|
IGenericEnumerable<MapiMessage> |
OlmFolder.enumerateMapiMessages()
Exposes the enumerator, which supports an iteration of messages in folder.
|
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.
|
String |
FolderInfo.addMessage(MapiMessage message)
Adds a new message into folder.
|
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
|
MapiMessage |
SecureEmailManager.attachSignature(MapiMessage msg,
SmimeKey key)
Creates a copy of the specified MapiMessage and adds a digital signature to it.
|
MapiMessage |
SecureEmailManager.attachSignature(MapiMessage msg,
SmimeKey key,
SignatureOptions options)
Creates a copy of the specified MapiMessage and adds a digital signature to it.
|
IAsyncResult |
MessageAcceptanceCallback.beginInvoke(MapiMessage mapiMessage,
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.
|
SmimeResult |
SecureEmailManager.checkSignature(MapiMessage msg)
Checking signature MapiMessage.
|
SmimeResult |
SecureEmailManager.checkSignature(MapiMessage msg,
SmimeKey key)
Checking signature MapiMessage.
|
MapiMessage |
IGraphClient.createMessage(String folderId,
MapiMessage message)
Creates message in specified folder
|
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) |
void |
MapiAttachmentCollection.replace(int index,
String name,
MapiMessage msg)
Replaces an element at the specified index.
|
void |
IGraphClient.send(MapiMessage message)
Sends email message
|
void |
IGraphClient.send(MapiMessage message,
boolean saveToSentItems)
Sends email message
|
void |
IGraphClient.sendAsMime(MapiMessage message)
Sends email message using MIME format
|
MapiMessage |
IGraphClient.updateMessage(MapiMessage message)
Updates message
|
MapiMessage |
IGraphClient.updateMessage(MapiMessage message,
UpdateSettings updateSettings)
Updates message
|
| Modifier and Type | Method and Description |
|---|---|
void |
FolderInfo.addMessages(Iterable<MapiMessage> messages)
Provides message adding in a bulk mode.
|
String[] |
IEWSClient.appendMapiMessages(String folderUri,
Iterable<MapiMessage> messages)
Uploads the mapi messages to the specified folder
|
| Constructor and Description |
|---|
MessageAddedEventArgs(String entryId,
MapiMessage message)
Initializes a new instance of the
MessageAddedEventArgs class. |
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.