C# Класс Rock.Model.CommunicationService

Communication POCO Service class
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateEmailCommunication ( List recipientEmails, string fromName, string fromAddress, string replyTo, string subject, string htmlMessage, string textMessage, bool bulkCommunication, CommunicationRecipientStatus recipientStatus = CommunicationRecipientStatus.Delivered, int senderPersonAliasId = null ) : Communication

Creates the email communication.

Описание методов

CreateEmailCommunication() публичный метод

Creates the email communication.
public CreateEmailCommunication ( List recipientEmails, string fromName, string fromAddress, string replyTo, string subject, string htmlMessage, string textMessage, bool bulkCommunication, CommunicationRecipientStatus recipientStatus = CommunicationRecipientStatus.Delivered, int senderPersonAliasId = null ) : Communication
recipientEmails List The recipient emails.
fromName string From name.
fromAddress string From address.
replyTo string The reply to.
subject string The subject.
htmlMessage string The HTML message.
textMessage string The text message.
bulkCommunication bool if set to true [bulk communication].
recipientStatus CommunicationRecipientStatus The recipient status.
senderPersonAliasId int The sender person alias identifier.
Результат Communication