Uses of Class
org.apache.poi.hsmf.MAPIMessage.MESSAGE_CLASS
-
Packages that use MAPIMessage.MESSAGE_CLASS Package Description org.apache.poi.hsmf -
-
Uses of MAPIMessage.MESSAGE_CLASS in org.apache.poi.hsmf
Methods in org.apache.poi.hsmf that return MAPIMessage.MESSAGE_CLASS Modifier and Type Method Description MAPIMessage.MESSAGE_CLASS
MAPIMessage. getMessageClassEnum()
Gets the message class of the parsed Outlook Message.static MAPIMessage.MESSAGE_CLASS
MAPIMessage.MESSAGE_CLASS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MAPIMessage.MESSAGE_CLASS[]
MAPIMessage.MESSAGE_CLASS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-