AddCustomProperty
AddCustomProperty (1 of 2)
Adds the custom property.
Returns: void Aspose::Email::Mapi::
AddCustomProperty(MapiPropertyType type, System::ArrayPtr< uint8_t > data, System::String stringNameId)
| Parameter | Description |
|---|---|
| type | Type of MapiProperty Aspose::Email::Mapi::MapiPropertyType |
| data | MapiProperty data. uint8_t |
| stringNameId | The name of property System::String . |
AddCustomProperty (2 of 2)
Adds the custom property.
Returns: void Aspose::Email::Mapi::
AddCustomProperty(System::SharedPtr < MapiProperty > property, System::String stringNameId)
| Parameter | Description |
|---|---|
| property | The property MapiProperty . |
| stringNameId | The name of property System::String . |