Show / Hide Table of Contents

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()
Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class UpdateCommunicationSetup

Constructors

UpdateCommunicationSetup(Int32)

Declaration
public UpdateCommunicationSetup(int communicationObjid)
Parameters
Type Name Description
System.Int32 communicationObjid

Properties

AdditionalFields

Declaration
public SimplifiedAdditionalFields AdditionalFields { get; }
Property Value
Type Description
SimplifiedAdditionalFields

AutoExec

Declaration
public CommunicationAutoExec? AutoExec { get; set; }
Property Value
Type Description
System.Nullable<CommunicationAutoExec>

BCCRecipients

Declaration
public string[] BCCRecipients { get; set; }
Property Value
Type Description
System.String[]

CCRecipients

Declaration
public string[] CCRecipients { get; set; }
Property Value
Type Description
System.String[]

ChannelObjid

Declaration
public int? ChannelObjid { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

CommunicationObjid

Declaration
public int CommunicationObjid { get; set; }
Property Value
Type Description
System.Int32

DeliveryStatus

Declaration
public CommunicationDeliveryStatus? DeliveryStatus { get; set; }
Property Value
Type Description
System.Nullable<CommunicationDeliveryStatus>

Direction

Declaration
public CommunicationDirection? Direction { get; set; }
Property Value
Type Description
System.Nullable<CommunicationDirection>

GenerateTimeBombs

Declaration
public bool GenerateTimeBombs { get; set; }
Property Value
Type Description
System.Boolean

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

MessageId

Declaration
public string MessageId { get; set; }
Property Value
Type Description
System.String

MessageSent

Declaration
public DateTime MessageSent { get; set; }
Property Value
Type Description
System.DateTime

Priority

Declaration
public CommunicationPriority? Priority { get; set; }
Property Value
Type Description
System.Nullable<CommunicationPriority>

Recipients

Declaration
public string[] Recipients { get; set; }
Property Value
Type Description
System.String[]

ReplyTo

Declaration
public string ReplyTo { get; set; }
Property Value
Type Description
System.String

Sender

Declaration
public string Sender { get; set; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Updated

Declaration
public DateTime Updated { get; set; }
Property Value
Type Description
System.DateTime

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.