MapiPropertyCollection

Übersicht über die

MapiPropertyCollection ist eine Klasse in Aspose.Email für Python.

MapiPropertyCollection.set adds or replaces a MapiProperty in the collection and returns the stored property.

Methoden und Verfahren

UnterzeichnungBeschreibung
__init__()
set(property: MapiProperty)MapiPropertyFügt eine MapiProperty in der Sammlung hinzu oder ersetzt sie und gibt die gespeicherte Eigenschaft zurück.
`add(property_id: intCommonMessagePropertyId
`get(property_id: intCommonMessagePropertyId
`remove(property_id: intCommonMessagePropertyId
iter_properties()Iterator[MapiProperty]Gibt einen Iterator für alle MapiProperty Objekte in der Sammlung zurück.
 Deutsch