ConversationEmail.ConversationEmail Constructor
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
ConversationEmail(string, User, Conversation, IEnumerable)
Creates a new instance of the ConversationEmail class.
public ConversationEmail(string subject, User to, Conversation conversation, IEnumerable<Message> messages)
Parameters
- subject
- string
The subject line for the email.
- to
- User
The recipient of the email.
- conversation
- Conversation
The conversation to display in the email.
- messages
- System.Collections.Generic.IEnumerable
The messages to display in the email.