Uses of Class
org.apache.poi.hsmf.datatypes.Types.MAPIType
-
Packages that use Types.MAPIType Package Description org.apache.poi.hsmf.datatypes -
-
Uses of Types.MAPIType in org.apache.poi.hsmf.datatypes
Fields in org.apache.poi.hsmf.datatypes declared as Types.MAPIType Modifier and Type Field Description static Types.MAPIType
Types. APP_TIME
AppTime - application time valuestatic Types.MAPIType
Types. ASCII_STRING
An 8-bit string, probably in CP1252, but don't quote us...static Types.MAPIType
Types. BINARY
Binary - counted byte arraystatic Types.MAPIType
Types. BOOLEAN
Boolean - 16-bit Boolean value.static Types.MAPIType
Types. CLS_ID
ClassId - OLE GUIDstatic Types.MAPIType
Types. CURRENCY
Currency - signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal pointstatic Types.MAPIType
Types. DIRECTORY
Object/Directory - embedded object in a propertystatic Types.MAPIType
Types. DOUBLE
Double - floating point doublestatic Types.MAPIType
Types. ERROR
Error - 32-bit error valuestatic Types.MAPIType
Types. FLOAT
R4 - 4-byte floating point valuestatic Types.MAPIType
Types. LONG
Long - signed 32-bit valuestatic Types.MAPIType
Types. LONG_LONG
I8 - 8-byte signed integerstatic Types.MAPIType
Types. NULL
Null - NULL property valuestatic Types.MAPIType
Types. SHORT
I2 - signed 16-bit valuestatic Types.MAPIType
Types. TIME
SysTime - FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601static Types.MAPIType
Types. UNICODE_STRING
A string, from Outlook 3.0 onwards.static Types.MAPIType
Types. UNKNOWN
Unknownstatic Types.MAPIType
Types. UNSPECIFIED
UnspecifiedTypes.MAPIType
MAPIProperty. usualType
Methods in org.apache.poi.hsmf.datatypes that return Types.MAPIType Modifier and Type Method Description static Types.MAPIType
Types. createCustom(int typeId)
Types.MAPIType
PropertyValue. getActualType()
static Types.MAPIType
Types. getById(int typeId)
Types.MAPIType
Chunk. getType()
Gets the numeric type of this chunk.Methods in org.apache.poi.hsmf.datatypes with parameters of type Types.MAPIType Modifier and Type Method Description static MAPIProperty
MAPIProperty. createCustom(int id, Types.MAPIType type, java.lang.String name)
Constructors in org.apache.poi.hsmf.datatypes with parameters of type Types.MAPIType Constructor Description ByteChunk(int chunkId, Types.MAPIType type)
Create a Byte Chunk, with the specified type.ByteChunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
Creates a Byte Chunk.Chunk(int chunkId, Types.MAPIType type)
Chunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
ChunkBasedPropertyValue(MAPIProperty property, long flags, byte[] offsetData, Types.MAPIType actualType)
DirectoryChunk(DirectoryNode dir, java.lang.String namePrefix, int chunkId, Types.MAPIType type)
MessageSubmissionChunk(int chunkId, Types.MAPIType type)
Create a Byte Chunk, with the specified type.MessageSubmissionChunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
Creates a Byte Chunk.PropertyValue(MAPIProperty property, long flags, byte[] data, Types.MAPIType actualType)
StringChunk(int chunkId, Types.MAPIType type)
Create a String Chunk, with the specified type.StringChunk(java.lang.String namePrefix, int chunkId, Types.MAPIType type)
Creates a String Chunk.
-