메소드 | 설명 | |
---|---|---|
AccountActivity ( |
||
AccountActivity ( System.DateTime activityDate, ActivityType activityType ) : String |
Used to create a file that contains all of the account activity of a certain type for the specified day.
|
|
AccountSummary ( |
||
AccountSummary ( System.DateTime activityDate ) : AccountSummaryResponse |
Used to return a summary of total account activity (total clicks, bounces, etc.) for a given day.
|
|
AccountSummary ( int activityYear, int activityMonth ) : AccountSummaryResponse |
Used to return a summary of total account activity (total clicks, bounces, etc.) for a given month.
|
|
BulkCampaignSubmit ( |
Submits a bulk campaign for processing. A bulk campaign can be used to send a email message to one or more (millions) of recipients.
|
|
BulkJobSubmit ( |
Submits a bulk job for processing. A bulk job can be used to send a email message to one or more (millions) of recipients.
|
|
BulkJobSummary ( |
Used to return a summary of the total activity for a bulk job (total clicks, bounces, etc.).
|
|
BulkJobSummary ( String bulkJobRequestId ) : BulkJobSummaryResponse |
Used to return a summary of the total activity for a bulk job (total clicks, bounces, etc.).
|
|
BulkJobSummaryByCorrelationId ( String bulkJobCorrelationId ) : BulkJobSummaryResponse |
Used to return a summary of the total activity for a bulk job (total clicks, bounces, etc.) queried by correlation id.
|
|
CreateAccount ( |
Used to create a new subaccount
|
|
MessageGearsClient ( |
Constructor which sets the properties
|
|
MessagePreview ( |
Allows you to submit your message content for rendering without actually sending a email message. This can be used to build a UI tool to test content as it is being created. A list of errors will be returned if there are and problems rendering the message.
|
|
PrintResponse ( AccountSummaryResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( BulkJobSubmitResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( BulkJobSummaryResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( CreateAccountResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( MessagePreviewResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( ThumbnailResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( TransactionalContent response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( TransactionalJobSubmitResponse response ) : void |
Utility function to print response data to the console.
|
|
PrintResponse ( UpdateAccountResponse response ) : void |
Utility function to print response data to the console.
|
|
RetrieveJobState ( |
Used to retrieve the current state of a given job (pause/resume/cancel)
|
|
SetJobState ( |
Used to set a job to a given state (pause/resume/cancel)
|
|
Thumbnail ( |
Thumbnail the specified request.
|
|
TransactionalCampaignSubmit ( |
Submits a Transactional Campaign (to a single recipient) for processing.
|
|
TransactionalContentRetrieval ( |
Used to return content of a transactional job or campaign
|
|
TransactionalJobSubmit ( |
Submits a Transactional Job (to a single recipient) for processing.
|
|
UpdateAccount ( |
Used to update a subaccount
|
메소드 | 설명 | |
---|---|---|
CopyStream ( Stream input, Stream output ) : void | ||
PrintResponse ( System.Result result, RequestError requestErrors ) : void | ||
appendAccountRequest ( StringBuilder &data, |
||
appendBaseJobRequest ( StringBuilder &data, |
||
appendCampaignRequest ( StringBuilder &data, |
||
appendCredentials ( StringBuilder &data ) : void | ||
appendJobRequest ( StringBuilder &data, |
||
invoke ( StringBuilder data ) : String | ||
invokeAccountActivity ( StringBuilder data, String fileName ) : void |
public AccountActivity ( |
||
request | ||
리턴 | AccountActivityResponse |
public AccountActivity ( System.DateTime activityDate, ActivityType activityType ) : String | ||
activityDate | System.DateTime |
/// The date of the activity data to be collected. |
activityType | ActivityType |
/// The tyoe of activity to be collected. |
리턴 | String |
public AccountSummary ( |
||
request | ||
리턴 | AccountSummaryResponse |
public AccountSummary ( System.DateTime activityDate ) : AccountSummaryResponse | ||
activityDate | System.DateTime |
/// A |
리턴 | AccountSummaryResponse |
public AccountSummary ( int activityYear, int activityMonth ) : AccountSummaryResponse | ||
activityYear | int |
/// A |
activityMonth | int |
/// A |
리턴 | AccountSummaryResponse |
public BulkCampaignSubmit ( |
||
request |
/// A |
|
리턴 | BulkJobSubmitResponse |
public BulkJobSubmit ( |
||
request |
/// A |
|
리턴 | BulkJobSubmitResponse |
public BulkJobSummary ( |
||
bulkJobSummary | ||
리턴 | BulkJobSummaryResponse |
public BulkJobSummary ( String bulkJobRequestId ) : BulkJobSummaryResponse | ||
bulkJobRequestId | String | /// The id of the bulk job. /// |
리턴 | BulkJobSummaryResponse |
public BulkJobSummaryByCorrelationId ( String bulkJobCorrelationId ) : BulkJobSummaryResponse | ||
bulkJobCorrelationId | String | /// The correlation id of the bulk job. /// |
리턴 | BulkJobSummaryResponse |
public CreateAccount ( |
||
request |
/// A |
|
리턴 | CreateAccountResponse |
public MessageGearsClient ( |
||
properties |
/// A |
|
리턴 | System |
public MessagePreview ( |
||
request |
/// A |
|
리턴 | MessagePreviewResponse |
public PrintResponse ( AccountSummaryResponse response ) : void | ||
response | AccountSummaryResponse |
/// The AccountSummaryResponse to be printed. |
리턴 | void |
public PrintResponse ( BulkJobSubmitResponse response ) : void | ||
response | BulkJobSubmitResponse |
/// The BulkJobSubmitResponse to be printed. |
리턴 | void |
public PrintResponse ( BulkJobSummaryResponse response ) : void | ||
response | BulkJobSummaryResponse |
/// The BulkJobSummaryResponse to be printed. |
리턴 | void |
public PrintResponse ( CreateAccountResponse response ) : void | ||
response | CreateAccountResponse |
/// The CreateAccountResponse to be printed. |
리턴 | void |
public PrintResponse ( MessagePreviewResponse response ) : void | ||
response | MessagePreviewResponse |
/// The MessagePreviewResponse to be printed. |
리턴 | void |
public PrintResponse ( ThumbnailResponse response ) : void | ||
response | ThumbnailResponse |
/// The ThumbnailResponse to be printed. |
리턴 | void |
public PrintResponse ( TransactionalContent response ) : void | ||
response | TransactionalContent |
/// The TransactionalContent to be printed. |
리턴 | void |
public PrintResponse ( TransactionalJobSubmitResponse response ) : void | ||
response | TransactionalJobSubmitResponse |
/// The TransactionalJobSubmitResponse to be printed. |
리턴 | void |
public PrintResponse ( UpdateAccountResponse response ) : void | ||
response | UpdateAccountResponse |
/// The UpdateAccountResponse to be printed. |
리턴 | void |
public RetrieveJobState ( |
||
jobStateRequest | ||
리턴 | JobStateResponse |
public SetJobState ( |
||
jobStateRequest | /// The representation of the request, including the job request id to set the state on, and the state to set /// | |
리턴 | JobStateResponse |
public Thumbnail ( |
||
request | /// Request. /// | |
리턴 | ThumbnailResponse |
public TransactionalCampaignSubmit ( |
||
request |
/// A |
|
리턴 | TransactionalJobSubmitResponse |
public TransactionalContentRetrieval ( |
||
request | ||
리턴 | TransactionalContent |
public TransactionalJobSubmit ( |
||
request |
/// A |
|
리턴 | TransactionalJobSubmitResponse |
public UpdateAccount ( |
||
request |
/// A |
|
리턴 | UpdateAccountResponse |