_AssignToCategoryRuleAction.Categories 属性

定义

返回或设置一个字符串数组,该字符串数组代表分配给邮件的类别。 读/写。

public:
 property System::Object ^ Categories { System::Object ^ get(); void set(System::Object ^ value); };
public object Categories { get; set; }
Public Property Categories As Object

属性值

注解

还可以为一个类别的一个元素的数组或为多个类别的字符串数组。 此属性使用 Windows 注册表中HKEY_CURRENT_USER\Control Panel\International下的值名称 sList 中指定的字符作为多个类别值的分隔符。

Outlook 不会检查以确定该 类别 属性是否包含主类别列表中的类别名称。

适用于