Update a specific email campaign.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
EmailCampaign UpdateCampaign( string accessToken, string apiKey, EmailCampaign campaign )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- campaign
- Type: CTCT.Components.EmailCampaigns EmailCampaign
Campaign to be updated.
Return Value
Returns a campaign.See Also