idx_set

idx_set (1 of 2)

Sets the value associated with the specified key.

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

idx_set(const int64_t & tag, System::SharedPtr < MapiProperty > value)
ParameterDescription
tagThe tag key whose value to get or set.
valueThe value associated with the specified key.

idx_set (2 of 2)

Sets the value associated with the specified key.

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

idx_set(const System::SharedPtr < PropertyDescriptor > & pd, System::SharedPtr < MapiProperty > value)
ParameterDescription
pdThe PropertyDescriptor key whose value to get or set.
valueThe value associated with the specified key.