_RuleActions 接口

定义

这是 COM coclass(托管代码需要此 Coclass 来实现与相应的 COM 对象的互操作性)中的主接口。 仅当您想要使用的方法与 COM 对象的事件共享同一名称时才使用此主接口;在这种情况下,转换为此接口以调用该方法,转换为最新的事件接口以连接到该事件。 否则,请使用派生自 COM coclass 的 .NET 接口来访问方法、属性和 COM 对象的事件。 有关 COM 对象的信息,请参阅 RuleActions

public interface class _RuleActions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000630CE-0000-0000-C000-000000000046")]
public interface _RuleActions : System.Collections.IEnumerable
Public Interface _RuleActions
Implements IEnumerable
派生
属性
实现

属性

Application

返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。

AssignToCategory

返回具有 AssignToCategoryRuleActionActionTypeolRuleAssignToCategory 的对象。 只读。

CC

返回具有 SendRuleActionActionTypeolRuleActionCcMessage 的对象。 只读。

Class

返回一个 OlObjectClass 常量,指示对象的 类。 只读。

ClearCategories

返回具有 RuleActionolRuleActionClearCategories 的 的对象ActionType。 只读。

CopyToFolder

返回具有 MoveOrCopyRuleActionolRuleActionCopyToFolder 的对象ActionType。 只读。

Count

返回一个 Integer (int in C# ) 值,该值指示指定集合中的对象计数。 只读。

Delete

返回为 RuleActionolRuleActionDelete 的对象ActionType。 只读。

DeletePermanently

返回具有 RuleActionActionTypeolRuleActionDeletePermanently 的对象。 只读。

DesktopAlert

返回具有 RuleActionolRuleActionDesktopAlert 的对象ActionType。 只读。

Forward

返回具有 SendRuleActionActionTypeolRuleActionForward 的对象。 只读。

ForwardAsAttachment

返回一个 SendRuleAction 对象,该 ActionType 对象为 olRuleActionForwardAsAttachment。 只读。

Item[Int32]

获取指定的 RuleAction 对象,该对象 Index 是集合中的 RuleActions 数字索引。

MarkAsTask

返回具有 MarkAsTaskRuleActionActionTypeolRuleActionMarkAsTask 的对象。 只读。

MoveToFolder

返回具有 MoveOrCopyRuleActionolRuleActionMoveToFolder 的对象ActionType。 只读。

NewItemAlert

返回具有 NewItemAlertRuleActionolRuleActionNewItemAlert 的对象ActionType。 只读。

NotifyDelivery

返回具有 RuleActionActionTypeolRuleActionNotifyDelivery 的对象。 只读。

NotifyRead

返回一个 RuleAction 对象,该 ActionType 对象为 olRuleActionNotifyRead。 只读。

Parent

返回指定对象的 对象 的父级。 只读。

PlaySound

返回一个 PlaySoundRuleAction 对象,该 ActionType 对象为 olRuleActionNotifyRead。 只读。

Redirect

返回具有 SendRuleActionolRuleActionRedirect 的对象ActionType。 只读。

Session

返回 NameSpace 当前会话的 对象。 只读。

Stop

返回一个 RuleAction 对象,该 ActionType 对象为 olRuleActionStop。 只读。

适用于