Table of Contents

Class CarbonCopyStarted2

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

Constructors

CarbonCopyStarted2(Guid, Guid, string, Guid)

public CarbonCopyStarted2(Guid mailout, Guid recipient, string ccType, Guid cc)

Parameters

mailout Guid
recipient Guid
ccType string
cc Guid

Properties

CcIdentifier

public Guid CcIdentifier { get; set; }

Property Value

Guid

CcType

public string CcType { get; set; }

Property Value

string

MailoutIdentifier

public Guid MailoutIdentifier { get; set; }

Property Value

Guid

RecipientIdentifier

public Guid RecipientIdentifier { get; set; }

Property Value

Guid