MapiProperty

MapiProperty class

Represents the mapi property.

The MapiProperty type exposes the following members:

Constructors

NameDescription
MapiProperty(tag, data)Initializes a new instance of the MapiProperty class
MapiProperty(tag)Initializes a new instance of the MapiProperty class
MapiProperty(pd, data)Initializes a new instance of the MapiProperty class
MapiProperty(pd, data)Initializes a new instance of the MapiProperty class
MapiProperty(tag, values)Initializes a new instance of the MapiProperty class
MapiProperty(tag, signed_param, data)Initializes a new instance of the MapiProperty class
MapiProperty(name, tag, signed_param, data)Initializes a new instance of the MapiProperty class

Properties

NameDescription
property_tag_nameGets the PropertyName.
nameGets the name.
identifierGets the indifier.
tagGets the tag.
data_typeGets the data type.
dataGets the binary data.
mv_entriesGets the MV entries list.
is_signedIndicates whether the binary data is signed.
is_namedIndicates whether the property is a named property.
descriptorGets descriptor of MAPI property

Methods

NameDescription
get_string()
get_string(codepage)
create_mapi_property_from_long(tag, data)
create_mapi_property_from_long(tag, data, delimiter)
get_long()
get_int32()
get_short()
get_boolean()
get_date_time()
get_value()
get_currency()
get_floating_date()
get_guid()
get_double()
get_float()
create_mapi_property_from_bytes(tag, data)
create_mapi_property_from_date_time(tag, data)

See Also