MapiPropertyCollection.Add
Add(long, MapiProperty)
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
Add(MapiProperty)
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
Add(KeyValuePair<long, MapiProperty>)
public void Add(KeyValuePair<long, MapiProperty> item)
See Also
- class MapiProperty
- class MapiPropertyCollection
- namespace Aspose.Email.Mapi
- assembly Aspose.Email