Recipient Constructor (String, String) |
Creates a new recipient with the specified address and display name.
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Recipient(
string address,
string displayName
)
Public Sub New (
address As String,
displayName As String
)
public:
Recipient(
String^ address,
String^ displayName
)
new :
address : string *
displayName : string -> Recipient
Parameters
- address
- Type: SystemString
- displayName
- Type: SystemString
See Also