ItemProperties 接口

定义

所有与项目关联的属性的集合。

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

注解

ItemProperties使用 属性可返回 ItemProperties 集合。 使用 ItemProperties.Item (index) ,其中 index 是对象的名称或项在集合中的数值位置,以返回单个 ItemProperty 对象。

注意ItemProperties 集合从零开始,这意味着集合中的第一项由 0 引用。

Add(String, OlUserPropertyType, Object, Object)使用 方法将新项属性添加到 ItemProperties 集合。 Remove(Int32)使用 方法从 ItemProperties 集合中删除 item 属性。

注意:只能添加或删除自定义属性。 自定义属性由 IsUserProperty 表示。

属性

Application

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

Class

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

Count

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

Item[Object]

从集合中返回对象 ItemProperty

Parent

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

Session

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

方法

Add(String, OlUserPropertyType, Object, Object)

ItemProperties 集合中添加一个 ItemProperty 对象。

GetEnumerator()

此成员继承自父接口的基本类型。

Remove(Int32)

从集合中删除对象。

适用于