PropertyCollection (pemegang tempat)

PropertyCollection (pemegang tempat)

Pengamatan umum

MapiPropertyCollection adalah kelas dalam Aspose.Email untuk NET.

MapiPropertyCollection.Set adds or replaces the given MapiProperty in the collection.

Metode-metode yang digunakan

Tanda tanganDeskripsi
Set(property: MapiProperty)Menambahkan atau mengganti MapiProperty yang diberikan dalam koleksi
Add(propertyId: ushort, propertyType: ushort, value: object?, flags: uint)Membuat properti baru dengan id, tipe, nilai dan flag yang ditentukan
Get(propertyId: ushort, propertyType: ushort?)Memperoleh properti yang cocok dengan id dan tipe opsional
Remove(propertyId: ushort, propertyType: ushort?)Menghapus properti dengan id dan tipe opsional yang diberikan
IterProperties()Mengembalikan iterator pada semua MapiProperty objek yang disimpan.
 Bahasa Indonesia