public class MAPIAttribute
extends java.lang.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 java.util.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() |
java.lang.String |
toString() |
public MAPIAttribute(MAPIProperty property, int type, byte[] data)
public MAPIProperty getProperty()
public int getType()
public byte[] getData()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List<MAPIAttribute> create(TNEFAttribute parent) throws java.io.IOException
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.