TTMSFNCCloudMailChimpListMember Class
Represents a contact subscribed to, unsubscribed from, or archived in a subscriber list.
API unit family: TMSFNCCloudMailChimp.Marketing
Inherits from: TPersistent
Syntax
TTMSFNCCloudMailChimpListMember = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ConsentsToOneToOneMessaging | Gets whether the member consents to one-to-one messaging. |
| ContactID | Gets the contact identifier associated with the member. |
| EmailAddress | Gets or sets the member email address. |
| EmailType | Gets or sets the email format preference for the member. |
| FullName | Gets the full display name of the member. |
| ID | Gets the service identifier of the member. |
| IpOpt | Gets or sets the IP address captured during opt-in confirmation. |
| IpSignup | Gets or sets the IP address captured during signup. |
| Language | Gets or sets the member language code. |
| LastChanged | Gets the timestamp when the member record last changed. |
| ListID | Gets the identifier of the list that owns the member. |
| Location | Gets or sets the geographic location associated with the member. |
| MemberRating | Gets the engagement rating assigned to the member. |
| MergeFields | Gets or sets custom merge-field values for the member. |
| Status | Gets or sets the subscription status of the member. |
| TimeStampOpt | Gets or sets the timestamp when the member completed opt-in. |
| TimestampSignUp | Gets or sets the timestamp when the member signed up. |
| UniqueEmailID | Gets the unique email identifier assigned by the service. |
| UnsubscribeReason | Gets the reason recorded when the member unsubscribed. |
| VIP | Gets or sets whether the member is marked as a VIP contact. |
| WebID | Gets the numeric web identifier assigned to the member. |
Methods
| Name | Description |
|---|---|
| FromJSON | Loads member fields from a JSON value returned by the service. |
| ToJSON | Serializes the member fields to a JSON string. |