C# Class Rock.Model.CommunicationService

Communication POCO Service class
ファイルを表示 Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
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.

Method Details

CreateEmailCommunication() public method

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.
return Communication