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