_StorageItem.UserProperties 属性

定义

返回 UserProperties 表示 Outlook 项的所有用户属性的集合。 只读。

public:
 property Microsoft::Office::Interop::Outlook::UserProperties ^ UserProperties { Microsoft::Office::Interop::Outlook::UserProperties ^ get(); };
public Microsoft.Office.Interop.Outlook.UserProperties UserProperties { get; }
Public ReadOnly Property UserProperties As UserProperties

属性值

注解

如果在Add(String, OlUserPropertyType, Object, Object)StorageItem关联的 对象上使用 UserProperties 方法,则将忽略 UserProperties.Add 方法的可选 AddToFolderFieldsDisplayFormat 参数。 StorageItem 对象的任何自定义属性都不会作为字段选择器中的自定义属性公开。

适用于