CampaignScheduleService SendTest Method CTCT Wrapper Documented Class Library
Send a test send of a campaign.

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public TestSend SendTest(
	string accessToken,
	string apiKey,
	string campaignId,
	TestSend testSend
)

Parameters

accessToken
Type: System String
Constant Contact OAuth2 access token.
apiKey
Type: System String
The API key for the application
campaignId
Type: System String
Id of campaign to send test of.
testSend
Type: CTCT.Components.EmailCampaigns TestSend
Test send details.

Return Value

Returns the sent test object.

Implements

ICampaignScheduleService SendTest(String, String, String, TestSend)
See Also