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