Table of Contents

Class EmailEnvelope

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class EmailEnvelope : IEmailEnvelope<string>
Inheritance
EmailEnvelope
Implements
Inherited Members
Extension Methods

Constructors

EmailEnvelope()

public EmailEnvelope()

EmailEnvelope(string)

public EmailEnvelope(string to)

Parameters

to string

Properties

Bcc

public List<string> Bcc { get; set; }

Property Value

List<string>

Cc

public List<string> Cc { get; set; }

Property Value

List<string>

To

public string To { get; set; }

Property Value

string