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
|
java.lang.String |
getDataString()
Returns the uncompressed RTF as a string
|
byte[] |
getRawData()
Returns the original, compressed RTF
|
java.lang.String |
toString() |
create, getProperty, getType
public MAPIRtfAttribute(MAPIProperty property, int type, byte[] data) throws java.io.IOException
java.io.IOException
public byte[] getRawData()
public byte[] getData()
getData
in class MAPIAttribute
public java.lang.String getDataString()
public java.lang.String toString()
toString
in class MAPIAttribute
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.