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)
ParameterDescription
typeType of MapiProperty Aspose::Email::Mapi::MapiPropertyType
dataMapiProperty data. uint8_t
stringNameIdThe 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)
ParameterDescription
propertyThe property MapiProperty .
stringNameIdThe name of property System::String .