Table of Contents

Class CarbonCopyCompleted

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

Constructors

CarbonCopyCompleted(Guid, EmailAddress, string, EmailAddress, string)

public CarbonCopyCompleted(Guid mailout, EmailAddress recipient, string ccType, EmailAddress cc, string error)

Parameters

mailout Guid
recipient EmailAddress
ccType string
cc EmailAddress
error string

Properties

Cc

public EmailAddress Cc { get; set; }

Property Value

EmailAddress

CcType

public string CcType { get; set; }

Property Value

string

Error

public string Error { get; set; }

Property Value

string

MailoutIdentifier

public Guid MailoutIdentifier { get; set; }

Property Value

Guid

Recipient

public EmailAddress Recipient { get; set; }

Property Value

EmailAddress