Table of Contents

Class IdentifierEnvelope

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

Constructors

IdentifierEnvelope()

public IdentifierEnvelope()

IdentifierEnvelope(Guid)

public IdentifierEnvelope(Guid to)

Parameters

to Guid

Properties

Bcc

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

Property Value

List<Guid>

Cc

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

Property Value

List<Guid>

To

public Guid To { get; set; }

Property Value

Guid