PropertyCollection (pemegang tempat)
Pengamatan umum
MapiPropertyCollection adalah kelas di Aspose.Email untuk Python.
MapiPropertyCollection.set adds or replaces a MapiProperty in the collection and returns the stored property.
Metode-metode yang digunakan
| Tanda tangan | Deskripsi |
|---|---|
__init__() | |
set(property: MapiProperty) → MapiProperty | Menambahkan atau mengganti MapiProperty dalam koleksi dan mengembalikan properti yang disimpan |
| `add(property_id: int | CommonMessagePropertyId |
| `get(property_id: int | CommonMessagePropertyId |
| `remove(property_id: int | CommonMessagePropertyId |
iter_properties() → Iterator[MapiProperty] | Mengembalikan iterator pada semua MapiProperty objek dalam koleksi |