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)
| Parameter | Description |
|---|---|
| property | The property to add mapping for. |
| nameId | The name id. |
| guid | The 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)
| Parameter | Description |
|---|---|
| property | The property to add mapping for. |
| nameId | The name id. |
| guid | The GUID identifying property set. |