Click or drag to resize
Infosoft Logo

IMessagingService Interface

Defines operations for working with messaging to/from customers

Namespace: Infosoft.Common.Contracts.ServiceContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IMessagingService : IBusinessService

The IMessagingService type exposes the following members.

Methods
 NameDescription
Public methodChangeCommunicationState Changes the state of the communication.
Public methodConnectCommunication Connects the communication to a customer
Public methodCreateForwardMessage Creates the forward message.
Public methodCreateReplyMessage Creates the reply message.
Public methodDeleteCommunication Deletes the communication given and any external messages associated with it if possible.
Public methodDisconnectCommunication Disconnects the communication.
Public methodGetAttachmentStream Gets the attachment stream.
Public methodGetMessage Gets the message.
Public methodSendCommunication Sends a communication (such as an email or an sms), and mark any source communication as completed
Top
See Also