MailClientAgentLaunch Method (String, String, RecipientCollection) |
Launches the agent.
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual void Launch(
string subject,
string body,
RecipientCollection recipients
)
Public Overridable Sub Launch (
subject As String,
body As String,
recipients As RecipientCollection
)
public:
virtual void Launch(
String^ subject,
String^ body,
RecipientCollection^ recipients
)
abstract Launch :
subject : string *
body : string *
recipients : RecipientCollection -> unit
override Launch :
subject : string *
body : string *
recipients : RecipientCollection -> unit
Parameters
- subject
- Type: SystemString
The message subject. - body
- Type: SystemString
The message body. - recipients
- Type: Aspose.Email.Windows.FormsRecipientCollection
The message recipients.
See Also