OlUserPropertyType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示用户属性类型。
public enum class OlUserPropertyType
public enum OlUserPropertyType
Public Enum OlUserPropertyType
- 继承
-
OlUserPropertyType
字段
olCombination | 19 | 该属性类型是其他类型的组合。 对应于 MAPI 类型 PT_STRING8。 |
olCurrency | 14 | 表示 C#) 中的 Decimal 类型 (decimal 的货币属性。 对应于 MAPI 类型 PT_CURRENCY。 |
olDateTime | 5 | 代表 DateTime 属性类型。 对应于 MAPI 类型 PT_SYSTIME。 |
olDuration | 7 | 代表持续时间属性类型。 对应于 MAPI 类型 PT_LONG。 |
olEnumeration | 21 | 代表枚举属性类型。 对应于 MAPI 类型 PT_LONG。 |
olFormula | 18 | 代表公式属性类型。 对应于 MAPI 类型 PT_STRING8。 请参阅 Formula 属性。 |
olInteger | 20 | 代表 Integer 数值属性类型。 对应于 MAPI 类型 PT_LONG。 |
olKeywords | 11 | 表示用于存储 关键字的 C # ) 数组属性类型中的 字符串 (字符串 。 对应于 MAPI 类型 PT_MV_STRING8。 |
olNumber | 3 | 表示 C#) number 属性类型中的 Double (double。 对应于 MAPI 类型 PT_LONG。 |
olOutlookInternal | 0 | 代表 Outlook 内部属性类型。 |
olPercent | 12 | 表示用于存储百分比的 C# ) number 属性类型中的 Double (double。 对应于 MAPI 类型 PT_LONG。 |
olSmartFrom | 22 | 表示属性类型中的智能。 此属性指示,是否 Outlook 项的 From 属性为空,然后 到 属性应改为使用。 |
olText | 1 | 表示 C # ) 属性 类型中的 字符串 (字符串 。 对应于 MAPI 类型 PT_STRING8。 |
olYesNo | 6 | 代表是/否 (Boolean) 属性类型。 对应于 MAPI 类型 PT_BOOLEAN。 |
注解
由 Add(String, OlUserPropertyType, Object, Object)、 Add(String, OlUserPropertyType, Object, Object)、 和 Add(String, OlUserPropertyType, Object, Object) 方法以及 FieldType、 Type、 Type和 Type 属性使用。