IEmail.

Compose(string, string, string[]) Method

Syntax

IObservable<Unit> Compose(string subject, string body, params string[] to)

Parameters

Name Type Description
subject string
body string
to string[]

Return Value

Type Description
IObservable<Unit>