Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<MessageInfo> |
FolderInfo.enumerateMessages()
Exposes the enumerator, which supports an iteration of messages in folder.
|
Modifier and Type | Method and Description |
---|---|
MapiAttachmentCollection |
PersonalStorage.extractAttachments(MessageInfo messageInfo)
Extracts the attachments.
|
MapiMessage |
PersonalStorage.extractMessage(MessageInfo messageInfo)
Get the message from PST.
|
MailQuery |
PersonalStorageQueryBuilder.findConversationThread(MessageInfo relatedMessage)
Finds the conversation thread.
|
void |
PersonalStorage.moveItem(MessageInfo message,
FolderInfo newFolder)
Moves a specified message to a new folder within the current pst.
|
Constructor and Description |
---|
ItemMovedEventArgs(MessageInfo message)
Initializes a new instance of the
ItemMovedEventArgs class. |