Table of Contents

Interface IEmailEnvelope<T>

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IEmailEnvelope<T>

Type Parameters

T
Extension Methods

Remarks

This interface represents the destination address for an email message sent to one specific recipient email address (and is optionally carbon-copied to other email addresses).

Properties

Bcc

List<T> Bcc { get; set; }

Property Value

List<T>

Cc

List<T> Cc { get; set; }

Property Value

List<T>

To

T To { get; set; }

Property Value

T