MapiNamedProperty
Contents
[
Hide
]MapiNamedProperty class
Represents the data type of Named Property.
The MapiNamedProperty type exposes the following members:
Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
property_tag_name | Gets the PropertyName. |
name | Gets the name. |
identifier | Gets the indifier. |
tag | Gets the tag. |
data_type | Gets the data type. |
data | Gets the binary data. |
mv_entries | Gets the MV entries list. |
is_signed | Indicates whether the binary data is signed. |
is_named | Indicates whether the property is a named property. |
descriptor | Gets descriptor of MAPI property |
name_id | gets named property ID |
kind | gets named property kind |
oom | gets OOM value |
guid | gets named property GUID |
Methods
Name | Description |
---|---|
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
- namespace aspose.email.mapi
- assembly Aspose.Email