public final class MAPIRtfAttribute extends MAPIAttribute
HMEFMessage
or one of its Attachment
s.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, getType
public MAPIRtfAttribute(MAPIProperty property, int type, byte[] data) throws IOException
IOException
public byte[] getRawData()
public byte[] getData()
getData
in class MAPIAttribute
public String getDataString()
public String toString()
toString
in class MAPIAttribute
Copyright © 2020. All rights reserved.