MAPIFolder.Items 属性

定义

返回集合 Items 对象作为指定文件夹中 Outlook 项目的集合。 只读。

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

属性值

注解

Items集合的索引从 1 开始, Items集合对象中的项目不能保证在任何特定的顺序。

适用于