PropertyTypeCode

PropertyTypeCode

Gambaran Umum

PropertyTypeCode adalah daftar kode tipe properti MAPI (bit 16 terendah dari tag propertiMAPI). Setiap nilai mengidentifikasi jenis data dari nilai yang disimpan pada properti: integer, floating-point, boolean, string, binary, time, GUID, atau varian multi-nilai dari jenis tersebut. Gunakan konstanta ini dengan MapiProperty.PropertyType dan (b) MapiPropertyCollection untuk mendekod atau membangun aliran properti MAPI di .msg file.

Jenis dasar: ushort.

Anggota:

Nama (Inggris)Deskripsi
PtypInteger1616-bit signed integer property (PT_I2, kode tipe 0x0002).
PtypInteger3232-bit signed integer property (PT_LONG, kode tipe 0x0003).
PtypFloating3232-bit IEEE 754 floating-point value (PT_R4, kode tipe 0x0004).
PtypFloating6464-bit IEEE 754 double-precision value (PT_DOUBLE, kode tipe 0x0005).
PtypCurrency64-bit signed integer scaled by 10,000 representing a currency amount (PT_CURRENCY, kode tipe 0x0006).
PtypFloatingTimeNilai waktu-tanggal titik fluktuatif OLE sebagai a double (PT_APPTIME, kode tipe 0x0007).
PtypErrorCode32-bit HRESULT error code (PT_ERROR, kode tipe 0x000A).
PtypBoolean16-bit Boolean: 0 = false, non-zero = true (PT_BOOLEAN, kode tipe 0x000B).
PtypObjectObjek tertanam IStream atau IStorage (PT_OBJECT, kode tipe 0x000D).
PtypInteger6464-bit signed integer (PT_I8, kode tipe 0x0014).
PtypString8string ANSI/MBCS 8-bit dengan akhir nol (PT_STRING8, kode tipe 0x001E).
PtypStringNull-terminated UTF-16LE Unicode string (PT_UNICODE, kode tipe 0x001F).
PtypTime64-bit FILETIME UTC date-time value (PT_SYSTIME, kode tipe 0x0040).
PtypGuid128-bit GUID / UUID value (PT_CLSID, kode tipe 0x0048).
PtypBinaryArray byte dengan panjang variabel dengan prefix 32-bit (PT_BINARY, kode tipe 0x0102).
PtypMultipleInteger16Array multi-nilai dari bilangan bulat 16-bit (PT_MV_I2, kode tipe 0x1002).
PtypMultipleInteger32Array multi-nilai dari bilangan bulat 32-bit (PT_MV_LONG, kode tipe 0x1003).
PtypMultipleFloating32Array multi-nilai dari float 32-bit (PT_MV_R4, kode tipe 0x1004).
PtypMultipleFloating64Array multi-nilai dari 64-bit ganda (PT_MV_DOUBLE, kode tipe 0x1005).
PtypMultipleCurrencyArray nilai multi-nilai dari nilai mata uang (PT_MV_CURRENCY, kode tipe 0x1006).
PtypMultipleFloatingTimeArray multi-nilai dari nilai waktu dan tanggal OLE (PT_MV_APPTIME, kode tipe 0x1007).
PtypMultipleInteger64Array multi-nilai dari bilangan bulat 64-bit (PT_MV_I8, kode tipe 0x1014).
PtypMultipleString8Array berupa string ANSI (PT_MV_STRING8, kode tipe 0x101E).
PtypMultipleStringArray multi-nilai dari string Unicode (PT_MV_UNICODE, kode tipe 0x101F).
PtypMultipleTimeArray multi-nilai dari nilai FILETIME (PT_MV_SYSTIME, kode tipe 0x1040).
PtypMultipleGuidArray multi-nilai dari GUID (PT_MV_CLSID, kode tipe 0x1048).
PtypMultipleBinaryArray multi-nilai dari binary blobs (PT_MV_BINARY, kode tipe 0x1102).

Lihat Juga

 Bahasa Indonesia