MailClientAgentLaunch Method (String, String, RecipientCollection, String) |
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,
string[] attachments
)
Public Overridable Sub Launch (
subject As String,
body As String,
recipients As RecipientCollection,
attachments As String()
)
public:
virtual void Launch(
String^ subject,
String^ body,
RecipientCollection^ recipients,
array<String^>^ attachments
)
abstract Launch :
subject : string *
body : string *
recipients : RecipientCollection *
attachments : string[] -> unit
override Launch :
subject : string *
body : string *
recipients : RecipientCollection *
attachments : string[] -> unit
Parameters
- subject
- Type: SystemString
The message subject. - body
- Type: SystemString
The message body. - recipients
- Type: Aspose.Email.Windows.FormsRecipientCollection
The message recipients. - attachments
- Type: SystemString
The message attachments.
See Also