MapiPropertyCollection

MapiPropertyCollection

Overview

MapiPropertyCollection is a class in Aspose.Email for NET.

MapiPropertyCollection.Set adds or replaces the given MapiProperty in the collection.

Methods

SignatureDescription
Set(property: MapiProperty)Adds or replaces the given MapiProperty in the collection
Add(propertyId: ushort, propertyType: ushort, value: object?, flags: uint)Creates a new property with the specified id, type, value and flags
Get(propertyId: ushort, propertyType: ushort?)Retrieves a 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 stored MapiProperty objects