RecipientCollectionAdd Method (String, String) |
Adds a new recipient with the specified address and display name to this collection.
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public void Add(
string address,
string displayName
)
Public Sub Add (
address As String,
displayName As String
)
public:
void Add(
String^ address,
String^ displayName
)
member Add :
address : string *
displayName : string -> unit
Parameters
- address
- Type: SystemString
- displayName
- Type: SystemString
See Also