|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapiPropertyTag | |
---|---|
com.aspose.network.outlook |
Uses of MapiPropertyTag in com.aspose.network.outlook |
---|
Methods in com.aspose.network.outlook that return MapiPropertyTag | |
---|---|
MapiPropertyTag |
MapiProperty.getPropertyTag()
Gets the property tag that specify mapi property |
static MapiPropertyTag |
MapiPropertyTag.getPropertyTag(int id)
Gets the tag by specified id. |
Constructors in com.aspose.network.outlook with parameters of type MapiPropertyTag | |
---|---|
MapiObjectProperty(MapiPropertyTag tag,
byte[] data,
int flags)
|
|
MapiProperty(MapiPropertyTag tag,
boolean value,
int flags)
Creates MapiProperty using short as value. |
|
MapiProperty(MapiPropertyTag tag,
byte[] data,
int flags)
Creates MapiProperty using data. |
|
MapiProperty(MapiPropertyTag tag,
byte[] data,
int flags,
MapiPropertyName propertyName)
Creates MapiProperty using data and specify name of the property (NamedProperty). |
|
MapiProperty(MapiPropertyTag tag,
com.aspose.network.foundation.DateTime value,
int flags)
Creates MapiProperty using short as value. |
|
MapiProperty(MapiPropertyTag tag,
double value,
int flags)
Creates MapiProperty using double as value. |
|
MapiProperty(MapiPropertyTag tag,
float value,
int flags)
Creates MapiProperty using float as value. |
|
MapiProperty(MapiPropertyTag tag,
int value,
int flags)
Creates MapiProperty using int as value. |
|
MapiProperty(MapiPropertyTag tag,
long value,
int flags)
Creates MapiProperty using long as value. |
|
MapiProperty(MapiPropertyTag tag,
short value,
int flags)
Creates MapiProperty using short as value. |
|
MapiProperty(MapiPropertyTag tag,
String value,
int flags)
Creates MapiProperty using string as value. |
|
MapiProperty(MapiPropertyTag tag,
String value,
String encoding,
int flags)
Creates MapiProperty using string as value. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |