Table of Contents

Class Classify

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

Constructors

Classify(Guid, string, string, string, string)

public Classify(Guid id, string description, string mailoutType, string recipientType, string recipientRole)

Parameters

id Guid
description string
mailoutType string
recipientType string
recipientRole string

Properties

MailoutType

public string MailoutType { get; set; }

Property Value

string

MessageDescription

public string MessageDescription { get; set; }

Property Value

string

RecipientRole

public string RecipientRole { get; set; }

Property Value

string

RecipientType

public string RecipientType { get; set; }

Property Value

string