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