Recipient Constructor (String, String, RecipientType)

Creates a new recipient with the specified address, display name and recipient type.

Namespace:  Aspose.Email.Windows.Forms
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public Recipient(
	string address,
	string displayName,
	RecipientType recipientType
)

Parameters

address
Type: SystemString
displayName
Type: SystemString
recipientType
Type: Aspose.Email.Windows.FormsRecipientType
See Also