Uses of Class
org.apache.poi.hmef.attribute.MAPIAttribute
Packages that use MAPIAttribute
-
Uses of MAPIAttribute in org.apache.poi.hmef
Methods in org.apache.poi.hmef that return MAPIAttributeModifier and TypeMethodDescriptionAttachment.getMAPIAttribute(MAPIProperty id) Return the attachment MAPI Attribute with the given ID, or null if there isn't one.HMEFMessage.getMessageMAPIAttribute(MAPIProperty id) Return the message MAPI Attribute with the given ID, or null if there isn't one.Methods in org.apache.poi.hmef that return types with arguments of type MAPIAttributeModifier and TypeMethodDescriptionAttachment.getMAPIAttributes()Returns all MAPI attributes of the attachment, such as extension, encoding, size and positionHMEFMessage.getMessageMAPIAttributes()Returns all MAPI attributes of the message. -
Uses of MAPIAttribute in org.apache.poi.hmef.attribute
Subclasses of MAPIAttribute in org.apache.poi.hmef.attributeModifier and TypeClassDescriptionfinal classA pure-MAPI attribute holding a Date, which applies to aHMEFMessageor one of itsAttachments.final classA pure-MAPI attribute holding RTF (compressed or not), which applies to aHMEFMessageor one of itsAttachments.final classA pure-MAPI attribute holding a String, which applies to aHMEFMessageor one of itsAttachments.Methods in org.apache.poi.hmef.attribute that return types with arguments of type MAPIAttributeModifier and TypeMethodDescriptionstatic List<MAPIAttribute>MAPIAttribute.create(TNEFAttribute parent) Parses a MAPI Properties TNEF Attribute, and returns the list of MAPI Attributes contained within itTNEFMAPIAttribute.getMAPIAttributes()Methods in org.apache.poi.hmef.attribute with parameters of type MAPIAttributeModifier and TypeMethodDescriptionstatic DateMAPIDateAttribute.getAsDate(MAPIAttribute attr) Returns the Date of a Attribute, converting as appropriatestatic StringMAPIStringAttribute.getAsString(MAPIAttribute attr) Returns the string of a Attribute, converting as appropriate -
Uses of MAPIAttribute in org.apache.poi.hmef.extractor
Methods in org.apache.poi.hmef.extractor that return MAPIAttributeModifier and TypeMethodDescriptionprotected MAPIAttributeHMEFContentsExtractor.getBodyAttribute()