MsgPropertyDataType Enum
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9313)
Specifies a data type of the MsgProperty value.
Syntax
public enum MsgPropertyDataType
Remarks
Defined in [MS-OXCDATA] (names start with "Ptyp").
Fields
| Name | Description |
|---|---|
| Binary | PtypBinary - an array of binary data. |
| Boolean | PtypBoolean - 8-bit boolean value. |
| ComObject | PtypObject - a COM object or embedded table. |
| Currency | PtypCurrency - a currency value. |
| ErrorCode | PtypErrorCode - an error value. |
| Floating32 | PtypFloating32 - 32-bit floating point single precision value. |
| Floating64 | PtypFloating64 - 64-bit floating point double precision value. |
| FloatingTime | PtypFloatingTime - 64-bit floating time double precision value. |
| Guid | PtypGuid - 128-bit GUID or Class identifier value. |
| Integer16 | PtypInteger16 - 16-bit signed integer value. |
| Integer32 | PtypInteger32 - 32-bit signed integer value. |
| Integer64 | PtypInteger64 - 64-bit signed integer value. |
| MultipleBinary | PtypMultipleBinary - an array of binary data. |
| MultipleCurrency | PtypMultipleCurrency - an array of currency values. |
| MultipleFloating32 | PtypMultipleFloating32 - an array of 32-bit floating point single precision values. |
| MultipleFloating64 | PtypMultipleFloating64 - an array of 64-bit floating point double precision values. |
| MultipleFloatingTime | PtypMultipleFloatingTime - an array of 64-bit floating time double precision values. |
| MultipleGuid | PtypMultipleGuid - an array of GUID values. |
| MultipleInteger16 | PtypMultipleInteger16 - an array of 16-bit signed integer values. |
| MultipleInteger32 | PtypMultipleInteger32 - an array of 32-bit signed integer values. |
| MultipleInteger64 | PtypMultipleInteger64 - an array of 64-bit signed integer values. |
| MultipleString | PtypMultipleString - an array of Unicode string values. |
| MultipleString8 | PtypMultipleString8 - an array of string values. |
| MultipleTime | PtypMultipleTime - an array of 64-bit time values. |
| Null | PtypNull - an empty value. |
| Restriction | PtypRestriction - an array of restriction entries. |
| RuleAction | PtypRuleAction - a rule action value. |
| ServerId | PtypServerId - a server identifier value. |
| String | PtypString - a Unicode string value. |
| String8 | PtypString8 - a string value. |
| Time | PtypTime - 64-bit time value. |
| Unspecified | PtypUnspecified - the data type is unknown or it is not important to the caller. |