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