Class CreateCommunicationSetup
Inheritance
System.Object
CreateCommunicationSetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Toolkits.Clarify.dll
public class CreateCommunicationSetup
Constructors
Declaration
public CreateCommunicationSetup(string dialogueIdNumber, string title, int channelObjid, string sender, string[] recipients)
Parameters
Type |
Name |
Description |
System.String |
dialogueIdNumber |
|
System.String |
title |
|
System.Int32 |
channelObjid |
|
System.String |
sender |
|
System.String[] |
recipients |
|
Properties
Declaration
public SimplifiedAdditionalFields AdditionalFields { get; }
Property Value
Declaration
public CommunicationAutoExec AutoExec { get; set; }
Property Value
Declaration
public string[] BCCRecipients { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] CCRecipients { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int ChannelObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public CommunicationDeliveryStatus DeliveryStatus { get; set; }
Property Value
Declaration
public string DialogIDNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CommunicationDirection Direction { get; set; }
Property Value
Declaration
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MessageId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime MessageSent { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public CommunicationPriority Priority { get; set; }
Property Value
Declaration
public string[] Recipients { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string ReplyTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|