MapiPropertyCollection
General
MapiPropertyCollection és una classe en Aspose.Email per a Python.
MapiPropertyCollection.set agrega o reemplaça un MapiProperty a la col·lecció i torna la propietat emmagatzemada.
Mètodes
| Signature | Description |
|---|---|
__init__() | |
set(property: MapiProperty) → MapiProperty | Adds or replaces a MapiProperty in the collection and returns the stored property |
| `add(property_id: int | CommonMessagePropertyId |
| `get(property_id: int | CommonMessagePropertyId |
| `remove(property_id: int | CommonMessagePropertyId |
iter_properties() → Iterator[MapiProperty] | Returns an iterator over all MapiProperty objects in the collection |