AddNamedProperty

AddNamedProperty (1 of 15)

Adds the named bool property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(bool value, int64_t nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (2 of 15)

Adds the named bool property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(bool value, MapiNamedPropertyId nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (3 of 15)

Adds the named property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(MapiPropertyType type, System::ArrayPtr< uint8_t > data, int64_t nameId, System::Guid guid)
ParameterDescription
typeThe data type.
dataThe property data.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (4 of 15)

Adds the named property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(MapiPropertyType type, System::ArrayPtr< uint8_t > data, int64_t nameId, System::Guid guid, System::SharedPtr < System::Collections::Generic::IList< System::SharedPtr < System::Object >>> mvEntries)
ParameterDescription
typeThe data type.
dataThe property data.
nameIdThe name id.
guidThe property GUID.
mvEntriesMultiple values.

AddNamedProperty (5 of 15)

Adds the named property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String nameId, System::Guid guid)
ParameterDescription
typeThe data type.
dataThe property data.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (6 of 15)

Adds the named property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String nameId, System::Guid guid, System::SharedPtr < System::Collections::Generic::IList< System::SharedPtr < System::Object >>> mvEntries)
ParameterDescription
typeThe data type.
dataThe property data.
nameIdThe name id.
guidThe property GUID.
mvEntriesMultiple values.

AddNamedProperty (7 of 15)

Adds the named binary property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::ArrayPtr< uint8_t > value, int64_t nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (8 of 15)

Adds the named binary property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::ArrayPtr< uint8_t > value, MapiNamedPropertyId nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (9 of 15)

Adds the named datetime property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::DateTime value, int64_t nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (10 of 15)

Adds the named datetime property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::DateTime value, MapiNamedPropertyId nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (11 of 15)

Adds the named property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::SharedPtr < MapiAttachment > attachment, MapiPropertyType type, System::ArrayPtr< uint8_t > data, int64_t nameId, System::Guid guid)
ParameterDescription
attachment
typeThe data type.
dataThe property data.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (12 of 15)

Adds the named property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::SharedPtr < MapiAttachment > attachment, MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String nameId, System::Guid guid)
ParameterDescription
attachment
typeThe data type.
dataThe property data.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (13 of 15)

Adds the named string property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::String value, MapiNamedPropertyId nameId, System::Guid guid)
ParameterDescription
valueThe value.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (14 of 15)

Adds the named string property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::String value, OutlookMessageFormat format, int64_t nameId, System::Guid guid)
ParameterDescription
valueThe value.
formatThe encoding format.
nameIdThe name id.
guidThe property GUID.

AddNamedProperty (15 of 15)

Adds the named string property.

Returns: void Aspose::Email::Mapi::

AddNamedProperty(System::String value, OutlookMessageFormat format, MapiNamedPropertyId nameId, System::Guid guid)
ParameterDescription
valueThe value.
formatThe encoding format.
nameIdThe name id.
guidThe property GUID.