MapiNamedProperty

MapiNamedProperty class

Represents the data type of Named Property.

The MapiNamedProperty type exposes the following members:

Constructors

NameDescription
MapiNamedProperty()Initializes a new instance of the MapiNamedProperty class.
MapiNamedProperty(property_tag, name_identifier, property_guid, property_value)Initializes a new instance of the MapiNamedProperty class
MapiNamedProperty(property_tag, name_identifier, property_guid, property_value)Initializes a new instance of the MapiNamedProperty class
MapiNamedProperty(tag_provider, pd, data)Initializes a new instance of the MapiNamedProperty class
MapiNamedProperty(tag_provider, pd, data)Initializes a new instance of the MapiNamedProperty 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
name_idgets named property ID
kindgets named property kind
oomgets OOM value
guidgets named property GUID

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