Click or drag to resize
Infosoft Logo

SendCommunicationRequest Class

Provides data for the request to
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.MessagingSendCommunicationRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class SendCommunicationRequest

The SendCommunicationRequest type exposes the following members.

Properties
 NameDescription
Public propertyChannelSetup_Id Gets or sets the channel configuration identifier to use to send the message.
Public propertyEmailMessage Gets or sets the email message to be send (only use this if you want to send an email otherwise leave it empty)
Public propertyKeepCommunicationOpen Gets or sets a value indicating whether the message should be kept open after sending.
Public propertySourceCustomerCommunication_Id Gets or sets the identifier of the original/source communication (only used when replying/responding to messages)
Top
See Also