MailClientAgent.Launch

Launch(string, string, RecipientCollection, string[])

Launches the agent.

public virtual void Launch(string subject, string body, RecipientCollection recipients, 
    string[] attachments)
ParameterTypeDescription
subjectStringThe message subject.
bodyStringThe message body.
recipientsRecipientCollectionThe message recipients.
attachmentsString[]The message attachments.

See Also


Launch(string, string, RecipientCollection)

Launches the agent.

public virtual void Launch(string subject, string body, RecipientCollection recipients)
ParameterTypeDescription
subjectStringThe message subject.
bodyStringThe message body.
recipientsRecipientCollectionThe message recipients.

See Also