UserProperty 接口

定义

代表 Outlook 项目的自定义属性。

public interface class UserProperty
[System.Runtime.InteropServices.Guid("00063042-0000-0000-C000-000000000046")]
public interface UserProperty
Public Interface UserProperty
属性

注解

使用 UserProperties (index) (其中 index 是名称或索引号)返回单个 UserProperty 对象。

Add(String, OlUserPropertyType, Object, Object)使用 方法为项创建新的 UserProperty 并将其添加到 对象UserPropertiesAdd 方法允许您指定的名称和类型的新属性。

注意:创建自定义属性时,将使用与属性) 同名 (包含项的文件夹中添加一个字段。 该字段可作为文件夹视图中的一个列。

属性

Application

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

Class

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

Formula

返回或设置 C# 中的 字符串 (字符串 ,) 表示用户属性的公式。 读/写。

IsUserProperty

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

Name

返回 C# 中的 字符串 (字符串 ,) 表示对象的显示名称的值。 只读。

Parent

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

Session

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

Type

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

ValidationFormula

返回或设置 C# 中的 字符串 (字符串 ,) 指示用户属性的验证公式。 读/写。

ValidationText

返回或设置 C# 中的 字符串 (字符串 ,) 指定指定用户属性的验证文本。 读/写。

Value

返回或设置一个 Object 类型的 值,该值指示指定的自定义属性的值。 读/写。

方法

Delete()

从集合中删除一个对象。

适用于