The EmailCampaign type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| EmailCampaign |
Class constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToJSON |
Serialize an object to JSON.
(Inherited from Component.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ArchiveStatus |
Gets or sets the archive status.
| |
| ArchiveURL |
Gets or sets the archive URL.
| |
| ClickThroughDetails |
Click through details for each link in this email campaign.
| |
| CreatedDate |
Gets or sets the creation date.
| |
| EmailContent |
Gets or sets the email content.
| |
| EmailContentFormat |
Gets or sets the email content format.
| |
| FromEmail |
Gets or sets the email from.
| |
| FromName |
Gets or sets the name from.
| |
| GreetingName |
Gets or sets the greeting name.
| |
| GreetingSalutations |
Gets or sets the greeting.
| |
| GreetingString |
Gets or sets the greeting string.
| |
| Id |
Gets or sets the id.
| |
| IsViewAsWebPageEnabled |
Gets or sets the permission for web page.
| |
| IsVisibleInUI |
Gets or sets the flag for UI visibility.
| |
| LastRunDate |
Gets or sets the last run date.
| |
| Lists |
Gets or sets the lists where the campaign is registered.
| |
| MessageFooter |
Gets or sets the message footer.
| |
| ModifiedDate |
Gets or sets the modification date.
| |
| Name |
Gets or sets the name.
| |
| NextRunDateDate |
Gets or sets the next run date.
| |
| PermanentLink |
Gets or sets o non-expiring link to use for sharing a sent email campaign using social channels
| |
| PermissionReminderText |
Gets or sets the permission reminder text.
| |
| ReplyToEmail |
Gets or sets the reply email address.
| |
| Status |
Gets or sets the campaign status.
| |
| StyleSheet |
Gets or sets the syle sheet.
| |
| Subject |
Gets or sets the subject.
| |
| TemplateType |
Gets or sets the campaign type.
| |
| TextContent |
Gets or sets the text content.
| |
| TrackingSummary |
Gets or sets the tracking summary.
| |
| ViewAsWebPageLinkText |
Gets or sets the view page link.
| |
| ViewAsWebPageText |
Gets or sets the view page text.
|
See Also