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.MAPITypeTypes. APP_TIMEAppTime - application time valuestatic Types.MAPITypeTypes. ASCII_STRINGAn 8-bit string, probably in CP1252, but don't quote us...static Types.MAPITypeTypes. BINARYBinary - counted byte arraystatic Types.MAPITypeTypes. BOOLEANBoolean - 16-bit Boolean value.static Types.MAPITypeTypes. CLS_IDClassId - OLE GUIDstatic Types.MAPITypeTypes. CURRENCYCurrency - signed 64-bit integer that represents a base ten decimal with four digits to the right of the decimal pointstatic Types.MAPITypeTypes. DIRECTORYObject/Directory - embedded object in a propertystatic Types.MAPITypeTypes. DOUBLEDouble - floating point doublestatic Types.MAPITypeTypes. ERRORError - 32-bit error valuestatic Types.MAPITypeTypes. FLOATR4 - 4-byte floating point valuestatic Types.MAPITypeTypes. LONGLong - signed 32-bit valuestatic Types.MAPITypeTypes. LONG_LONGI8 - 8-byte signed integerstatic Types.MAPITypeTypes. NULLNull - NULL property valuestatic Types.MAPITypeTypes. SHORTI2 - signed 16-bit valuestatic Types.MAPITypeTypes. TIMESysTime - FILETIME 64-bit integer specifying the number of 100ns periods since Jan 1, 1601static Types.MAPITypeTypes. UNICODE_STRINGA string, from Outlook 3.0 onwards.static Types.MAPITypeTypes. UNKNOWNUnknownstatic Types.MAPITypeTypes. UNSPECIFIEDUnspecifiedTypes.MAPITypeMAPIProperty. usualTypeMethods in org.apache.poi.hsmf.datatypes that return Types.MAPIType Modifier and Type Method Description static Types.MAPITypeTypes. createCustom(int typeId)Types.MAPITypePropertyValue. getActualType()static Types.MAPITypeTypes. getById(int typeId)Types.MAPITypeChunk. 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 MAPIPropertyMAPIProperty. createCustom(int id, Types.MAPIType type, 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(String namePrefix, int chunkId, Types.MAPIType type)Creates a Byte Chunk.ByteChunkDeferred(String namePrefix, int chunkId, Types.MAPIType type)Creates a Byte Stream Chunk, with the specified type.Chunk(int chunkId, Types.MAPIType type)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.
-