MapiPropertyCollectionAdd Method (MapiProperty) |
Adds a MapiProperty item with specified tag.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual void Add(
MapiProperty value
)
Public Overridable Sub Add (
value As MapiProperty
)
public:
virtual void Add(
MapiProperty^ value
)
abstract Add :
value : MapiProperty -> unit
override Add :
value : MapiProperty -> unit
Parameters
- value
- Type: Aspose.Email.MapiMapiProperty
The property value.
See Also