|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.MapiPropertyContainer
public abstract class MapiPropertyContainer
Base class for MapiMessage
, MapiEmbeddedMessage
, MapiAttachment
and MapiRecipient
.
Holds MapiProperty
and provide api to get property by MapiPropertyTag
.
Constructor Summary | |
---|---|
MapiPropertyContainer()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapiPropertyContainer()
Method Detail |
---|
public int getCodePage()
MapiPropertyTag.PR_INTERNET_CPID
public abstract MapiPropertyCollection getProperties()
public MapiProperty getProperty(short tag)
MapiProperty
by MapiPropertyTag
.
tag
- MapiPropertyTag's id
public Boolean getPropertyBooolean(short tag)
MapiProperty
value by MapiPropertyTag
as Boolean value.
tag
- MapiPropertyTag's id
public Byte getPropertyByte(short tag)
MapiProperty
value by MapiPropertyTag
as Byte value.
tag
- MapiPropertyTag's id
public Short getPropertyShort(short tag)
MapiProperty
value by MapiPropertyTag
as Short value.
tag
- MapiPropertyTag's id
public Integer getPropertyInt(short tag)
MapiProperty
value by MapiPropertyTag
as Integer value.
tag
- MapiPropertyTag's id
public Long getPropertyLong(short tag)
MapiProperty
value by MapiPropertyTag
as Long value.
tag
- MapiPropertyTag's id
public Float getPropertyFloat(short tag)
MapiProperty
value by MapiPropertyTag
as Float value.
tag
- MapiPropertyTag's id
public Double getPropertyDouble(short tag)
MapiProperty
value by MapiPropertyTag
as Double value.
tag
- MapiPropertyTag's id
public String getPropertyString(short tag)
MapiProperty
value by MapiPropertyTag
as String value.
tag
- MapiPropertyTag's id
public String getPropertyString(short tag, int codePage)
MapiProperty
value by MapiPropertyTag
as String value.
tag
- MapiPropertyTag's idcodePage
- code page
public Date getPropertyDateTime(short tag)
MapiProperty
value by MapiPropertyTag
as DateTime value.
tag
- MapiPropertyTag's id
public byte[] getPropertyBinary(short tag)
public void setProperty(MapiProperty prop)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |