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
|
String |
getDataString()
Returns the uncompressed RTF as a string
|
byte[] |
getRawData()
Returns the original, compressed RTF
|
String |
toString() |
create, getProperty, getTypepublic MAPIRtfAttribute(MAPIProperty property, int type, byte[] data) throws IOException
IOExceptionpublic byte[] getRawData()
public byte[] getData()
getData in class MAPIAttributepublic String getDataString()
public String toString()
toString in class MAPIAttributeCopyright © 2020. All rights reserved.