Class CarbonCopyStarted
[Obsolete]
public class CarbonCopyStarted : Change, IChange
- Inheritance
-
CarbonCopyStarted
- Implements
- Inherited Members
- Extension Methods
Constructors
CarbonCopyStarted(Guid, EmailAddress, string, EmailAddress)
public CarbonCopyStarted(Guid mailout, EmailAddress recipient, string ccType, EmailAddress cc)
Parameters
mailoutGuidrecipientEmailAddressccTypestringccEmailAddress
Properties
Cc
public EmailAddress Cc { get; set; }
Property Value
CcType
public string CcType { get; set; }
Property Value
MailoutIdentifier
public Guid MailoutIdentifier { get; set; }
Property Value
Recipient
public EmailAddress Recipient { get; set; }