MapiPropertyCollection
المعلومات العامة
MapiPropertyCollection هي فئة في Aspose.Email لـ Python.
MapiPropertyCollection.set adds or replaces a MapiProperty in the collection and returns the stored property.
الطرق
| التوقيع | وصف |
|---|---|
__init__() | |
set(property: MapiProperty) → MapiProperty | يضيف أو يحل محل MapiProperty في المجموعة ويعيد العقار المخزن |
| `add(property_id: int | CommonMessagePropertyId |
| `get(property_id: int | CommonMessagePropertyId |
| `remove(property_id: int | CommonMessagePropertyId |
iter_properties() → Iterator[MapiProperty] | يعيد إعادة التكرار على جميع MapiProperty الكائنات في المجموعة. |