Class UpdateCommunicationSetup
Inheritance
System.Object
UpdateCommunicationSetup
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 UpdateCommunicationSetup
Constructors
Declaration
public UpdateCommunicationSetup(int communicationObjid)
Parameters
Type |
Name |
Description |
System.Int32 |
communicationObjid |
|
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.Nullable<System.Int32> |
|
Declaration
public int CommunicationObjid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public CommunicationDeliveryStatus? DeliveryStatus { get; set; }
Property Value
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 DateTime Updated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|