| Modifier and Type | Class and Description |
|---|---|
class |
MapiCalendar
Represents a MAPI calendar item.
|
class |
MapiContact
Represents a MAPI contact item.
|
class |
MapiDistributionList
Represents a MAPI distribution list item.
|
class |
MapiJournal
Represents a MAPI journal item.
|
class |
MapiMessage
Represents an Outlook Message format document that can be parsed.
|
class |
MapiNote
Represents a MAPI note ("sticky note") item.
|
class |
MapiTask
Represents a MAPI task item.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FollowUpManager.addCategory(MapiMessageItemBase message,
String categoryName)
Adds the category for a message.
|
static void |
FollowUpManager.addVotingButton(MapiMessageItemBase message,
String displayName)
Adds the voting button.
|
void |
IEWSClient.archiveItem(String sourceFolderUri,
MapiMessageItemBase item)
The ArchiveItem operation moves an item into the mailbox user's archive mailbox.
|
static void |
FollowUpManager.clearCategories(MapiMessageItemBase message)
Clears the categories.
|
static void |
FollowUpManager.clearFlag(MapiMessageItemBase message)
Clears the follow-up flag and reminder.
|
static void |
FollowUpManager.clearVotingButtons(MapiMessageItemBase message)
Deletes the voting buttons.
|
String |
IEWSClient.createItem(MapiMessageItemBase item)
Creates the given item in the default item folder.
|
String |
IEWSClient.createItem(String folderUri,
MapiMessageItemBase item)
Creates the given item in the specified folder.
|
static IList |
FollowUpManager.getCategories(MapiMessageItemBase message)
Get the available message categories.
|
static FollowUpOptions |
FollowUpManager.getOptions(MapiMessageItemBase message)
Gets the follow-up options of a message.
|
static IList |
FollowUpManager.getVotingButtons(MapiMessageItemBase message)
Get the available message voting buttons.
|
static String[] |
FollowUpManager.getVotingButtonsArray(MapiMessageItemBase message)
Get the available message voting buttons.
|
static void |
FollowUpManager.markAsCompleted(MapiMessageItemBase message)
Marks the flagged message as completed.
|
static void |
FollowUpManager.removeCategory(MapiMessageItemBase message,
String categoryName)
Removes the category.
|
static void |
FollowUpManager.removeVotingButton(MapiMessageItemBase message,
String displayName)
Removes the voting button.
|
static void |
FollowUpManager.setFlag(MapiMessageItemBase message,
String flagRequest)
Sets the follow-up flag for a message.
|
static void |
FollowUpManager.setFlag(MapiMessageItemBase message,
String flagRequest,
Date startDate,
Date dueDate)
Sets the follow-up flag for a message.
|
static void |
FollowUpManager.setFlagForRecipients(MapiMessageItemBase message,
String flagRequest)
Sets the flag for a draft message
to remind recipients to follow-up.
|
static void |
FollowUpManager.setFlagForRecipients(MapiMessageItemBase message,
String flagRequest,
Date reminderTime)
Sets the flag for a draft message
to remind recipients to follow-up.
|
static void |
FollowUpManager.setOptions(MapiMessageItemBase message,
FollowUpOptions options)
Sets the additional follow-up options for a message.
|
void |
FolderInfo.updateMessage(String entryId,
MapiMessageItemBase updatedMessage)
Updates the message in folder.
|
| Constructor and Description |
|---|
MapiAttachmentCollection(MapiMessageItemBase owner)
Initializes a new instance of the MapiAttachmentCollection class.
|
MapiMessagePropertyStream(MapiMessageItemBase parent)
Initializes a new instance of the
MapiMessagePropertyStream class. |
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.