FollowUpManager

FollowUpManager class

提供设置和处理后续 Outlook 标志和类别的能力。 支持在 中添加和删除标志的功能MapiMessage,并将其也标记为已完成。

public static class FollowUpManager

方法

姓名描述
static AddCategory(MapiMessage, string)为消息添加类别。
static AddVotingButton(MapiMessage, string)添加投票按钮。
static ClearCategories(MapiMessage)清除类别。
static ClearFlag(MapiMessage)清除后续标志和提醒。
static ClearVotingButtons(MapiMessage)删除投票按钮。
static GetCategories(MapiMessage)获取可用的消息类别。
static GetOptions(MapiMessage)获取消息的后续选项。
static GetVotingButtons(MapiMessage)获取可用的消息投票按钮。
static MarkAsCompleted(MapiMessage)将标记的消息标记为已完成。
static RemoveCategory(MapiMessage, string)删除类别。
static RemoveVotingButton(MapiMessage, string)移除投票按钮。
static SetFlag(MapiMessage, string)设置消息的后续标志。
static SetFlag(MapiMessage, string, DateTime, DateTime)设置消息的后续标志。
static SetFlagForRecipients(MapiMessage, string)为草稿邮件设置标志 以提醒收件人跟进。
static SetFlagForRecipients(MapiMessage, string, DateTime)为草稿邮件设置标志 以提醒收件人跟进。
static SetOptions(MapiMessage, FollowUpOptions)设置消息的附加后续选项。

也可以看看