IMessaging | |
public interface IMessagingService : IBusinessService
The IMessagingService type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeCommunicationState | Changes the state of the communication. | |
| ConnectCommunication | Connects the communication to a customer | |
| CreateForwardMessage | Creates the forward message. | |
| CreateReplyMessage | Creates the reply message. | |
| DeleteCommunication | Deletes the communication given and any external messages associated with it if possible. | |
| DisconnectCommunication | Disconnects the communication. | |
| GetAttachmentStream | Gets the attachment stream. | |
| GetMessage | Gets the message. | |
| SendCommunication | Sends a communication (such as an email or an sms), and mark any source communication as completed |