PropertyTypeCode
סקירה כללית
PropertyTypeCode כל ערך מזהה את סוג הנתונים של הערך המאוחסן של נכס: מלא, נקודת זרימה, בוליין, רצועה, בינארית, זמן, GUID, או שונה רב ערכים של סוגים אלה. MapiProperty.PropertyType ו MapiPropertyCollection כדי לחתוך או לבנות זרמים של נכסים MAPI ב .msg קבצים .
סוג בסיס : ushort.
חברים
| שם | תיאור |
|---|---|
PtypInteger16 | 16-bit signed integer property (PT_I2,סוג קוד 0x0002). |
PtypInteger32 | 32-bit signed integer property (PT_LONG,סוג קוד 0x0003). |
PtypFloating32 | 32-bit IEEE 754 floating-point value (PT_R4,סוג קוד 0x0004). |
PtypFloating64 | 64-bit IEEE 754 double-precision value (PT_DOUBLE,סוג קוד 0x0005). |
PtypCurrency | 64-bit signed integer scaled by 10,000 representing a currency amount (PT_CURRENCY,סוג קוד 0x0006). |
PtypFloatingTime | ערך זמן תאריך נקודה זורמת כ- A double (PT_APPTIME,סוג קוד 0x0007). |
PtypErrorCode | 32-bit HRESULT error code (PT_ERROR,סוג קוד 0x000A). |
PtypBoolean | 16-bit Boolean: 0 = false, non-zero = true (PT_BOOLEAN,סוג קוד 0x000B). |
PtypObject | (התאמה ל- 1 או 2 מ"מ)PT_OBJECT,סוג קוד 0x000D). |
PtypInteger64 | 64-bit signed integer (PT_I8,סוג קוד 0x0014). |
PtypString8 | תגיות קשורות אנדרואיד (MBCS)PT_STRING8,סוג קוד 0x001E). |
PtypString | תגית: אולמרט אובמה אקזוטי (PT_UNICODE,סוג קוד 0x001F). |
PtypTime | 64-bit FILETIME UTC date-time value (PT_SYSTIME,סוג קוד 0x0040). |
PtypGuid | 128-bit GUID / UUID value (PT_CLSID,סוג קוד 0x0048). |
PtypBinary | אורך ה-Bit הוא 32 סיביות (אורך שונה)PT_BINARY,סוג קוד 0x0102). |
PtypMultipleInteger16 | תגיות קשורות ג’ינס 16 (PT_MV_I2,סוג קוד 0x1002). |
PtypMultipleInteger32 | תגיות קשורות ג’ינס ( 32 ביט )PT_MV_LONG,סוג קוד 0x1003). |
PtypMultipleFloating32 | תגיות קשורות סרטי ה- 32 ביט (PT_MV_R4,סוג קוד 0x1004). |
PtypMultipleFloating64 | תגיות קשורות גודל של 64 ביט (PT_MV_DOUBLE,סוג קוד 0x1005). |
PtypMultipleCurrency | ערך שווה ערכים (PT_MV_CURRENCY,סוג קוד 0x1006). |
PtypMultipleFloatingTime | ערך מוסף של ערכים תאריך-זמן (PT_MV_APPTIME,סוג קוד 0x1007). |
PtypMultipleInteger64 | תגיות קשורות ג’ינס ( 64 ביט )PT_MV_I8,סוג קוד 0x1014). |
PtypMultipleString8 | תגיות קשורות אנדרואיד (PT_MV_STRING8,סוג קוד 0x101E). |
PtypMultipleString | תגיות קשורות ג’ינג’ר (PT_MV_UNICODE,סוג קוד 0x101F). |
PtypMultipleTime | ערך רב ערך סדרת הערכים של FILETIME (PT_MV_SYSTIME,סוג קוד 0x1040). |
PtypMultipleGuid | תגיות קשורות ג’ינס (PT_MV_CLSID,סוג קוד 0x1048). |
PtypMultipleBinary | תגיות קשורות בינארי (Binary Blobs)PT_MV_BINARY,סוג קוד 0x1102). |