MapiPropertyCollection

MapiPropertyCollection

Overview

MapiPropertyCollection 是一个类在Aspose.Email FOSS的.NET中.

添加或更新集合中指定的MapiProperty.

Description

MapiPropertyCollection 是一个在 .NET 的 Aspose.Email FOSS 库中的类,它暴露了 5 种方法和 0 个属性用于编程使用.

Methods

SignatureDescription
Set(property: MapiProperty)在集合中添加或更新指定的 MapiProperty
Add(propertyId: ushort, propertyType: ushort, value: object?, flags: uint)创建一个新的属性,给出 id,类型,值和标记.
Get(propertyId: ushort, propertyType: ushort?)检索与 id 和可选类型相匹配的属性
Remove(propertyId: ushort, propertyType: ushort?)删除给定 id 和可选类型的属性
IterProperties()返回集合中的所有属性的代器.

See Also

 中文