Class MessageRecipientInfo
- Namespace
- Dynamicweb.Mailing
- Assembly
- Dynamicweb.Mailing.dll
Represent object with email address, message and info data
public class MessageRecipientInfo
- Inheritance
-
MessageRecipientInfo
- Inherited Members
Properties
EmailAddress
Gets or sets email address
public string EmailAddress { get; set; }
Property Value
- string
- String value
EmailInfo
Gets or sets email info text
public string EmailInfo { get; set; }
Property Value
- string
- String value
EmailMessage
Gets or sets email message
public Message EmailMessage { get; set; }