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