Table of Contents

Class CarbonCopyStarted

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
[Obsolete]
public class CarbonCopyStarted : Change, IChange
Inheritance
CarbonCopyStarted
Implements
Inherited Members
Extension Methods

Constructors

CarbonCopyStarted(Guid, EmailAddress, string, EmailAddress)

public CarbonCopyStarted(Guid mailout, EmailAddress recipient, string ccType, EmailAddress cc)

Parameters

mailout Guid
recipient EmailAddress
ccType string
cc EmailAddress

Properties

Cc

public EmailAddress Cc { get; set; }

Property Value

EmailAddress

CcType

public string CcType { get; set; }

Property Value

string

MailoutIdentifier

public Guid MailoutIdentifier { get; set; }

Property Value

Guid

Recipient

public EmailAddress Recipient { get; set; }

Property Value

EmailAddress