Add

Add (1 of 4)

Adds an object to the end of the T:System::Collections::ObjectModel::Collection`1 .

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

Add(const System::SharedPtr < MapiRecipient > & item)
ParameterDescription
itemThe object to be added to the end of the T:System::Collections::ObjectModel::Collection`1 . The value can be null for reference types.

Add (2 of 4)

Adds the new recipient.

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

Add(System::String address, System::String addressType, System::String displayName, MapiRecipientType recipientType)
ParameterDescription
addressThe mail address of recipient.
addressTypeThe type of address.
displayNameThe display name of recipient.
recipientTypeType of the recipient.

Add (3 of 4)

Adds the new recipient.

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

Add(System::String address, System::String addressType, System::String displayName, MapiRecipientType recipientType, bool updateDisplayNames)
ParameterDescription
addressThe mail address of recipient.
addressTypeThe type of address.
displayNameThe display name of recipient.
recipientTypeType of the recipient.
updateDisplayNamesThe DisplayNames will be updated if true.

Add (4 of 4)

Adds the new recipient.

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

Add(System::String address, System::String displayName, MapiRecipientType recipientType)
ParameterDescription
addressThe mail address of recipient.
displayNameThe display name of recipient.
recipientTypeType of the recipient.