Add
Contents
[
Hide
]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)
| Parameter | Description |
|---|---|
| item | The 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)
| Parameter | Description |
|---|---|
| address | The mail address of recipient. |
| addressType | The type of address. |
| displayName | The display name of recipient. |
| recipientType | Type 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)
| Parameter | Description |
|---|---|
| address | The mail address of recipient. |
| addressType | The type of address. |
| displayName | The display name of recipient. |
| recipientType | Type of the recipient. |
| updateDisplayNames | The 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)
| Parameter | Description |
|---|---|
| address | The mail address of recipient. |
| displayName | The display name of recipient. |
| recipientType | Type of the recipient. |