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