MailClientAgent.Launch
Launch(string, string, RecipientCollection, string[])
Launches the agent.
public virtual void Launch(string subject, string body, RecipientCollection recipients,
string[] attachments)
| Parameter | Type | Description |
|---|---|---|
| subject | String | The message subject. |
| body | String | The message body. |
| recipients | RecipientCollection | The message recipients. |
| attachments | String[] | The message attachments. |
See Also
- class RecipientCollection
- class MailClientAgent
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email
Launch(string, string, RecipientCollection)
Launches the agent.
public virtual void Launch(string subject, string body, RecipientCollection recipients)
| Parameter | Type | Description |
|---|---|---|
| subject | String | The message subject. |
| body | String | The message body. |
| recipients | RecipientCollection | The message recipients. |
See Also
- class RecipientCollection
- class MailClientAgent
- namespace Aspose.Email.Windows.Forms
- assembly Aspose.Email