idx_set

idx_set (1 of 2)

Sets the element at the specified index.

Returns: void Aspose::Email::PersonalInfo::

idx_set(int32_t index, System::SharedPtr < EmailAddress > value)
ParameterDescription
indexThe zero-based index of the element to get or set.
valueThe element at the specified index.

idx_set (2 of 2)

Default email address for specified category.

Returns: void Aspose::Email::PersonalInfo::

idx_set(System::SharedPtr < EmailAddressCategory > category, System::SharedPtr < EmailAddress > value)
ParameterDescription
categoryCategory for email address
valuedefault email address for specified category.