Add
MapiPropertyCollection.Add method (1 of 3)
Adds a MapiProperty item with specified tag.
public virtual void Add(long key, MapiProperty value)
Parameter | Type | Description |
---|---|---|
key | Int64 | The property tag. |
value | MapiProperty | The property value. |
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiPropertyCollection.Add method (2 of 3)
Adds a MapiProperty item with specified tag.
public virtual void Add(MapiProperty value)
Parameter | Type | Description |
---|---|---|
value | MapiProperty | The property value. |
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiPropertyCollection.Add method (3 of 3)
public void Add(KeyValuePair<long, MapiProperty> item)
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email