IInMemoryEmailRepository

Namespace: Proffer.Email.InMemory

A repository in memory to hold sent emails through the provider.

public interface IInMemoryEmailRepository

Properties

Store

Gets the emails store.

public abstract IReadOnlyCollection<InMemoryEmail> Store { get; }

Property Value

IReadOnlyCollection<InMemoryEmail>

Methods

Save(InMemoryEmail)

Saves the specified email in the store.

void Save(InMemoryEmail email)

Parameters

email InMemoryEmail
The email.