Item
MapiPropertyCollection indexer (1 of 2)
获取或设置与指定键关联的值。
public MapiProperty this[long tag] { get; set; }
范围 | 描述 |
---|---|
tag | 要获取或设置其值的标记键。 |
返回值
与指定键关联的值。
也可以看看
- class MapiProperty
- class MapiPropertyCollection
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email
MapiPropertyCollection indexer (2 of 2)
获取或设置与指定键关联的值。
public MapiProperty this[PropertyDescriptor pd] { get; set; }
范围 | 描述 |
---|---|
pd | 这PropertyDescriptor 要获取或设置其值的键。 |
返回值
与指定键关联的值。
也可以看看
- class MapiProperty
- class PropertyDescriptor
- class MapiPropertyCollection
- 命名空间 Aspose.Email.Mapi
- 部件 Aspose.Email