public final class MAPIRtfAttribute extends MAPIAttribute
HMEFMessage or one of its Attachments.| Constructor and Description | 
|---|
MAPIRtfAttribute(MAPIProperty property,
                int type,
                byte[] data)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getData()
Returns the raw uncompressed RTF data 
 | 
java.lang.String | 
getDataString()
Returns the uncompressed RTF as a string 
 | 
byte[] | 
getRawData()
Returns the original, compressed RTF 
 | 
java.lang.String | 
toString()  | 
create, getProperty, getTypepublic MAPIRtfAttribute(MAPIProperty property, int type, byte[] data) throws java.io.IOException
java.io.IOExceptionpublic byte[] getRawData()
public byte[] getData()
getData in class MAPIAttributepublic java.lang.String getDataString()
public java.lang.String toString()
toString in class MAPIAttributeCopyright 2018 The Apache Software Foundation or its licensors, as applicable.