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
| Unterzeichnung | Beschreibung |
|---|---|
__init__() | |
set(property: MapiProperty) → MapiProperty | Fügt eine MapiProperty in der Sammlung hinzu oder ersetzt sie und gibt die gespeicherte Eigenschaft zurück. |
| `add(property_id: int | CommonMessagePropertyId |
| `get(property_id: int | CommonMessagePropertyId |
| `remove(property_id: int | CommonMessagePropertyId |
iter_properties() → Iterator[MapiProperty] | Gibt einen Iterator für alle MapiProperty Objekte in der Sammlung zurück. |