IEmail Interface

IEmail

Syntax

public interface IEmail

Methods

Name Value Summary
Compose() IObservable<Unit>
Compose(EmailMessage) IObservable<Unit>
Compose(string, string, string[]) IObservable<Unit>

Extension Methods

Name Value Summary
SetBackingValue<IEmail, TV>(Expression<Func<IEmail, TV>>, TV) T
Sets the backing value.
With<IEmail, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.