OlRuleActionType 枚举

定义

为某规则指定规则操作的类型。

public enum class OlRuleActionType
public enum OlRuleActionType
Public Enum OlRuleActionType
继承
OlRuleActionType

字段

olRuleActionAssignToCategory 2

规则操作是将邮件归类。

olRuleActionCcMessage 27

规则操作是将邮件抄送给指定的收件人。

olRuleActionClearCategories 30

规则操作是清除邮件所归属的所有类别。

olRuleActionCopyToFolder 5

规则操作是将邮件复制到指定的文件夹。

olRuleActionCustomAction 22

规则操作是执行自定义操作。

olRuleActionDefer 28

规则操作是将邮件的发送延迟指定的分钟数。

olRuleActionDelete 3

规则操作是删除邮件。

olRuleActionDeletePermanently 4

规则操作是永久删除邮件。

olRuleActionDesktopAlert 24

规则操作是显示桌面通知。

olRuleActionFlagClear 13

规则操作是清除邮件标志。

olRuleActionFlagColor 12

规则操作是使用指定颜色的标志来标记邮件。

olRuleActionFlagForActionInDays 11

规则操作是在指定的天数内标记邮件以执行操作。

olRuleActionForward 6

规则操作是将邮件转发给指定的收件人。

olRuleActionForwardAsAttachment 7

规则操作是将邮件作为附件转发给指定的收件人。

olRuleActionImportance 14

规则操作是使用指定的重要级别标记邮件。

olRuleActionMarkAsTask 29

规则操作是将邮件标记为任务。

olRuleActionMarkRead 19

规则操作是将邮件标记为只读。

olRuleActionMoveToFolder 1

规则操作是将邮件移至指定的文件夹。

olRuleActionNewItemAlert 23

规则操作是在 "新邮件通知" 对话框中显示指定文本。

olRuleActionNotifyDelivery 26

规则操作是请求所发送邮件的发送通知。

olRuleActionNotifyRead 25

规则操作是请求所发送邮件的阅读通知。

olRuleActionPlaySound 17

规则操作是播放声音文件。

olRuleActionPrint 16

规则操作是在默认打印机上打印邮件。

olRuleActionRedirect 8

规则操作是将邮件重定向到指定的收件人。

olRuleActionRunScript 20

规则操作是运行脚本。

olRuleActionSensitivity 15

规则操作是使用指定的敏感级别标记邮件。

olRuleActionServerReply 9

规则操作是请求服务器使用指定的邮件项目进行答复。

olRuleActionStartApplication 18

规则操作是运行 .exe 文件。

olRuleActionStop 21

规则操作是停止处理其他规则。

olRuleActionTemplate 10

规则操作是使用指定的模板 (.oft) 文件作为窗体模板。

olRuleActionUnknown 0

无法识别的规则操作。

注解

The list of rule action types in this enumeration includes all the rule actions that the Rules and Alerts Wizard supports. Note that while you can programmatically enumerate all the rule actions for a rule, you can programmatically create a rule with only the most commonly used rule actions. 有关详细信息,请参阅 指定规则操作

适用于