MapiObjectProperty

MapiObjectProperty class

Represents a Custom object included in Outlook Message documents.

The MapiObjectProperty type exposes the following members:

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
is_outlook_messageIndicates whether the object property is an embedded outlook message.
ole_document_formatGets the Ole format type.
document_nameGets the document name.
propertiesGets a collection of MAPI properties.

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)
to_mapi_message()

See Also