IEmail Interface

graph BT Type["IEmail"] class Type type-node Implementing0["EmailEssential"]-.->Type click Implementing0 "/api/Rocket.Surgery.Xamarin.Essentials/EmailEssential"

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.