PropertyTypeCode

PropertyTypeCode

Revisión

PropertyTypeCode Es un enum en Aspose.Email FOSS para Python.

Códigos de tipo de propiedad MAPI utilizados en las etiquetas de la propiedade MSG y los nombres de flujo de valor.

Esta lista define 27 valores: PTYP_INTEGER16, PTYP_INTEGER32, PTYP_FLOATING32, PTYP_FLOATING64, PTYP_CURRENCY, PTYP_FLOATINGTIME, PTYP_ERRORCODE, PTYP_BOOLEAN, PTYP_OBJECT, PTYP_INTEGER64, PTYP_STRING8, PTYP_STRING,Y 15 más.

Valores

ValorDescripción
PTYP_INTEGER16Representa un tipo de propiedad integral firmado 16 bits
PTYP_INTEGER32Representa un tipo de propiedad integral firmado 32 bits
PTYP_FLOATING32Representa un tipo de propiedad de 32 bits (único)
PTYP_FLOATING64Representa un tipo de propiedad de 64 bits (double)
PTYP_CURRENCYRepresenta un tipo de propiedad de divisas fixas
PTYP_FLOATINGTIMERepresenta un tipo de propiedad del punto flotante/tempo/data
PTYP_ERRORCODERepresenta un código de error (HRESULT) tipo de propiedad
PTYP_BOOLEANRepresenta un tipo de propiedad booleano (verdadero/falso)
PTYP_OBJECTRepresenta un tipo de propiedad objeto incorporado
PTYP_INTEGER64Representa un tipo de propiedad integral firmado 64 bits
PTYP_STRING8Representa un tipo de propiedad de string ANSI (8-bit)
PTYP_STRINGRepresenta un tipo de propiedad de string Unicode (UTF-16).
PTYP_TIMERepresenta un tipo de propiedad FILETIME (UTC) fecha-tempo
PTYP_GUIDRepresenta un tipo de propiedad identificador único a nivel mundial
PTYP_BINARYRepresenta un tipo de propiedad binario blob
PTYP_MULTIPLE_INTEGER16Representa un tipo de propiedad integral multi-valor 16 bits
PTYP_MULTIPLE_INTEGER32Representa un tipo de propiedad integral multi-valor 32 bits
PTYP_MULTIPLE_FLOATING32Representa un tipo de propiedad float multi-valor 32 bits
PTYP_MULTIPLE_FLOATING64Representa un tipo de propiedad flotante multi-valor 64 bits
PTYP_MULTIPLE_CURRENCYRepresenta un tipo de propiedad moneda multi-valorizada
PTYP_MULTIPLE_FLOATINGTIMERepresenta un tipo de propiedad multi-valor flotante punto tiempo
PTYP_MULTIPLE_INTEGER64Representa un tipo de propiedad integral multi-valor 64 bits
PTYP_MULTIPLE_STRING8Representa un tipo de propiedad de string ANSI multi-valor
PTYP_MULTIPLE_STRINGRepresenta un tipo de propiedad de string Unicode multi-valor
PTYP_MULTIPLE_TIMERepresenta un tipo de propiedad multi-valor FILETIME fecha-tempo
PTYP_MULTIPLE_GUIDRepresenta un tipo de propiedad multi-valor GUID
PTYP_MULTIPLE_BINARYRepresenta un tipo de propiedad binario multi-valor

Ver también

 Español