AddNamedPropertyMapping

AddNamedPropertyMapping (1 of 2)

Adds the named property mapping for numeric named property.

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

AddNamedPropertyMapping(System::SharedPtr < MapiProperty > property, int64_t nameId, System::Guid guid)
ParameterDescription
propertyThe property to add mapping for.
nameIdThe name id.
guidThe GUID identifying property set.

AddNamedPropertyMapping (2 of 2)

Adds the named property mapping for string named property.

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

AddNamedPropertyMapping(System::SharedPtr < MapiProperty > property, System::String nameId, System::Guid guid)
ParameterDescription
propertyThe property to add mapping for.
nameIdThe name id.
guidThe GUID identifying property set.