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)MapiPropertyPřidává nebo nahrazuje MapiProperty do sbírky a vrací uloženou vlastnost.
`add(property_id: intCommonMessagePropertyId
`get(property_id: intCommonMessagePropertyId
`remove(property_id: intCommonMessagePropertyId
iter_properties()Iterator[MapiProperty]Vrátí iterátor u všech objektů MapiProperty v souboru.
 Čeština