public class MAPIAttribute extends Object
HMEFMessage
or one of its Attachment
s.Constructor and Description |
---|
MAPIAttribute(MAPIProperty property,
int type,
byte[] data)
Constructs a single new attribute from
the contents of the stream
|
Modifier and Type | Method and Description |
---|---|
static List<MAPIAttribute> |
create(TNEFAttribute parent)
Parses a MAPI Properties TNEF Attribute, and returns
the list of MAPI Attributes contained within it
|
byte[] |
getData() |
MAPIProperty |
getProperty() |
int |
getType() |
String |
toString() |
public MAPIAttribute(MAPIProperty property, int type, byte[] data)
public MAPIProperty getProperty()
public int getType()
public byte[] getData()
public static List<MAPIAttribute> create(TNEFAttribute parent) throws IOException
IOException
Copyright © 2020. All rights reserved.