MailMessage Constructor (String, String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MailMessage(
string from,
string to
)
Public Sub New (
from As String,
to As String
)
public:
MailMessage(
String^ from,
String^ to
)
new :
from : string *
to : string -> MailMessage
Parameters
- from
- Type: SystemString
Sender address - to
- Type: SystemString
Recipient address
See Also