Class MAPIRtfAttribute


  • public final class MAPIRtfAttribute
    extends MAPIAttribute
    A pure-MAPI attribute holding RTF (compressed or not), which applies to a HMEFMessage or one of its Attachments.
    • Method Detail

      • getRawData

        public byte[] getRawData()
        Returns the original, compressed RTF
      • getData

        public byte[] getData()
        Returns the raw uncompressed RTF data
        Overrides:
        getData in class MAPIAttribute
      • getDataString

        public String getDataString()
        Returns the uncompressed RTF as a string