Table of Contents

Class CompleteCarbonCopy

Namespace
InSite.Application.Messages.Write
Assembly
Shift.Sdk.dll
public class CompleteCarbonCopy : Command, ICommand
Inheritance
CompleteCarbonCopy
Implements
Inherited Members
Extension Methods

Constructors

CompleteCarbonCopy(Guid, Guid, Guid, string, Guid, string)

public CompleteCarbonCopy(Guid message, Guid mailout, Guid recipient, string ccType, Guid cc, string error)

Parameters

message Guid
mailout Guid
recipient Guid
ccType string
cc Guid
error string

Properties

CcIdentifier

public Guid CcIdentifier { get; set; }

Property Value

Guid

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

RecipientIdentifier

public Guid RecipientIdentifier { get; set; }

Property Value

Guid