#import <TestSend.h>
Represents a campaign Test Send in Constant Contact
- (void) addEmailToEmailAddresses: |
|
(NSString *) |
emailAddress |
|
Add an email address to the set of addresses to send the test send too
- Parameters
-
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create a TestSend object from an dictionary
- Parameters
-
NSDictionary | *dictionary - associative dictionary of initial properties to set |
- Returns
- TestSend *
Create json used for a POST/PUT request, also handles removing attributes that will cause errors if sent
- Returns
- NSString
+ (TestSend *) testSendWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (NSMutableArray*) emailAddresses |
|
readwritenonatomicstrong |
- (NSString*) personalMessage |
|
readwritenonatomicstrong |
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EmailCampaigns/TestSend.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/EmailCampaigns/TestSend.m