PropertyCollection - A helyfogadó.
Összefoglaló
MapiPropertyCollection egy Python-i osztály.
MapiPropertyCollection.set adds or replaces a MapiProperty in the collection and returns the stored property.
Módszerek
| Az aláírás: | Leírás |
|---|---|
__init__() | |
set(property: MapiProperty) → MapiProperty | Hozza hozzá vagy helyettesíti a MapiProperty-t a gyűjteménybe, és visszaadja az elhelyezett tulajdonságot. |
| `add(property_id: int | CommonMessagePropertyId |
| `get(property_id: int | CommonMessagePropertyId |
| `remove(property_id: int | CommonMessagePropertyId |
iter_properties() → Iterator[MapiProperty] | Az összes MapiProperty objektum iterátorát adja vissza a gyűjteményben. |