Table of Contents

Class EmailRecipientContext

Namespace
CMS.EmailMarketing
Assembly
CMS.EmailMarketing.dll

Email recipient context.

public sealed class EmailRecipientContext
Inheritance
object
EmailRecipientContext
Extension Methods

Properties

ContactGuid

Contact GUID. If a contact corresponding to the recipient in unknown, the value is System.Guid.Empty.

public Guid ContactGuid { get; init; }

Property Value

Guid

EmailAddress

Recipient's email address.

public string EmailAddress { get; init; }

Property Value

string

FirstName

Recipient's first name.

public string FirstName { get; init; }

Property Value

string

LastName

Recipient's last name.

public string LastName { get; init; }

Property Value

string

UnsubscriptionUrl

Unsubscription URL.

public string UnsubscriptionUrl { get; init; }

Property Value

string