MapiPropertyCollection
Overview
MapiPropertyCollection is a class in Aspose.Email FOSS for .NET.
MapiPropertyCollection.Set(property:MapiProperty) adds or updates the specified MapiProperty in the collection.
Description
MapiPropertyCollection is a class in the Aspose.Email FOSS library for .NET that exposes 5 methods and 0 properties for programmatic use.
Methods
| Signature | Description |
|---|---|
Set(property: MapiProperty) | Adds or updates the specified MapiProperty in the collection |
Add(propertyId: ushort, propertyType: ushort, value: object?, flags: uint) | Creates a new property with given id, type, value and flags |
Get(propertyId: ushort, propertyType: ushort?) | Retrieves the property matching the id and optional type |
Remove(propertyId: ushort, propertyType: ushort?) | Deletes the property with the given id and optional type |
IterProperties() | Returns an iterator over all properties in the collection |