OlUserPropertyType Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Indica el tipo de propiedad de usuario.
public enum class OlUserPropertyType
public enum OlUserPropertyType
Public Enum OlUserPropertyType
- Herencia
-
OlUserPropertyType
Campos
Nombre | Valor | Description |
---|---|---|
olOutlookInternal | 0 | Representa un tipo de propiedad interna de Outlook. |
olText | 1 | Representa un tipo de propiedad String (cadena en C#). Corresponde al tipo MAPI PT_STRING8. |
olNumber | 3 | Representa un tipo de propiedad de número Double (double en C#). Corresponde al tipo MAPI PT_LONG. |
olDateTime | 5 | Representa un tipo de propiedad DateTime. Corresponde al tipo MAPI PT_SYSTIME. |
olYesNo | 6 | Representa un tipo de propiedad yes/no (Booleana). Corresponde al tipo MAPI PT_BOOLEAN. |
olDuration | 7 | Representa un tipo de propiedad time duration. Corresponde al tipo MAPI PT_LONG. |
olKeywords | 11 | Representa un tipo de propiedad de matriz String (cadena en C#) que se usa para almacenar palabras clave. Corresponde al tipo MAPI PT_MV_STRING8. |
olPercent | 12 | Representa un tipo de propiedad de número Double (double en C#) que se usa para almacenar un porcentaje. Corresponde al tipo MAPI PT_LONG. |
olCurrency | 14 | Representa una propiedad currency del tipo Decimal (decimal en C#). Corresponde al tipo MAPI PT_CURRENCY. |
olFormula | 18 | Representa un tipo de propiedad formula. Corresponde al tipo MAPI PT_STRING8. Vea la Formula propiedad . |
olCombination | 19 | El tipo de propiedad es una combinación de otros tipos. Corresponde al tipo MAPI PT_STRING8. |
olInteger | 20 | Representa un tipo de propiedad Integer number. Corresponde al tipo MAPI PT_LONG. |
olEnumeration | 21 | Representa un tipo de propiedad enumeration. Corresponde al tipo MAPI PT_LONG. |
olSmartFrom | 22 | Representa una inteligente del tipo de propiedad. Esta propiedad indica que si la propiedad From de un elemento de Outlook está vacía, debe usarse en su lugar la propiedad To. |
Comentarios
Usado por los Add(String, OlUserPropertyType, Object, Object)métodos , Add(String, OlUserPropertyType, Object, Object), y Add(String, OlUserPropertyType, Object, Object) y FieldType, Type, Typey Type .