C# Class Rock.Model.CommunicationService

Communication POCO Service class
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat Communication