MapiPropertyCollection
Přehled
MapiPropertyCollection je třída v Aspose.Email pro Python.
MapiPropertyCollection.set adds or replaces a MapiProperty in the collection and returns the stored property.
Metody
| Podpis: | Popis: |
|---|---|
__init__() | |
set(property: MapiProperty) → MapiProperty | Přidává nebo nahrazuje MapiProperty do sbírky a vrací uloženou vlastnost. |
| `add(property_id: int | CommonMessagePropertyId |
| `get(property_id: int | CommonMessagePropertyId |
| `remove(property_id: int | CommonMessagePropertyId |
iter_properties() → Iterator[MapiProperty] | Vrátí iterátor u všech objektů MapiProperty v souboru. |