MapiPropertyCollection.Item
Contents
[
Hide
]MapiPropertyCollection indexer (1 of 2)
Gets or sets the value associated with the specified key.
public MapiProperty this[long tag] { get; set; }
Parameter | Description |
---|---|
tag | The tag key whose value to get or set. |
Return Value
The value associated with the specified key.
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiPropertyCollection indexer (2 of 2)
Gets or sets the value associated with the specified key.
public MapiProperty this[PropertyDescriptor pd] { get; set; }
Parameter | Description |
---|---|
pd | The PropertyDescriptor key whose value to get or set. |
Return Value
The value associated with the specified key.
See Also
- class MapiProperty
- class PropertyDescriptor
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email