RecipientCollectionAdd Method (String, String, RecipientType) |
Adds a new recipient with the specified address, display name and recipient type 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,
RecipientType recipientType
)
Public Sub Add (
address As String,
displayName As String,
recipientType As RecipientType
)
public:
void Add(
String^ address,
String^ displayName,
RecipientType recipientType
)
member Add :
address : string *
displayName : string *
recipientType : RecipientType -> unit
Parameters
- address
- Type: SystemString
- displayName
- Type: SystemString
- recipientType
- Type: Aspose.Email.Windows.FormsRecipientType
See Also