_TaskRequestDeclineItem.Categories 属性

定义

返回或设置 C# 中的 字符串 (字符串 ) 表示分配给 Outlook 项目的类别。 读/写。

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

属性值

注解

类别 是已分配给某个 Outlook 项目的类别名称的分隔符的字符串。 此属性使用 Windows 注册表中HKEY_CURRENT_USER\Control Panel\International下的值名称 sList 中指定的字符作为多个类别值的分隔符。 要将类别名称的字符串转换为数组的类别名称,请使用 Microsoft Visual Basic 函数 拆分

适用于