Méthode | Description | |
---|---|---|
AddMember ( |
Add a new list member Member to be added to the list Unique id for the list
|
|
AddMergeField ( |
Add a new list merge field The name of the merge field.
|
|
CreateListAsync ( string listName, |
Create a new list The name of the list Contact information displayed in campaign footers to comply with international spam laws The permission reminder for the list Default values for campaigns created for this list Whether the list supports multiple formats for emails. Whether this list is public or private
|
|
DeleteListAsync ( string list_id ) : Task |
Delete a list Unique id for the list
|
|
DeleteMemberAsync ( string list_id, string subscriber_hash ) : Task |
Delete a list member Unique id for the list The MD5 hash of the lowercase version of the list member’s email address
|
|
DeleteMergeFieldAsync ( string list_id, string merge_id ) : Task |
Delete a merge field Unique id for the list The id for the merge field
|
|
DeleteSegmentAsync ( string list_id, string segment_id ) : Task |
Delete a segment Unique id for the list The MD5 hash of the lowercase version of the list member’s email address
|
|
GetAbuseReportsAsync ( string list_id ) : Task |
Get information about abuse reports Unique id for the list
|
|
GetAllListsAsync ( int offset, int count = 10 ) : Task |
Get information about all lists
|
|
GetAllMemberInfoAsync ( string list_id, int offset, int count = 10 ) : Task |
Get information about members in a list Unique id for the list
|
|
GetAllMergeFieldsAsync ( string list_id ) : Task |
Get all merge fields for a list Unique id for the list
|
|
GetAllSegmentAsync ( string list_id ) : Task |
Get information about all segments in a list Unique id for the list
|
|
GetGrowthHistoryAsync ( string list_id ) : Task |
Get list growth history data Unique id for the list
|
|
GetGrowthHistoryByMonthAsync ( string list_id, string month ) : Task |
Get list growth history by month Unique id for the list A specific month of list growth history.
|
|
GetInfoForSpecificSegmentAsync ( string list_id, string segment_id ) : Task |
Get information about a specific segment Unique id for the list Unique id for the segment
|
|
GetListAsync ( string list_id ) : Task |
Get information about a specific list Unique id for the list
|
|
GetMemberInfoAsync ( string list_id, string subscriber_hash ) : Task |
Get information about a specific list member Unique id for the list The MD5 hash of the lowercase version of the list member’s email address
|
|
GetMergeFieldAsync ( string list_id, string merge_id ) : Task |
Get a specific merge field Unique id for the list The id for the merge field
|
|
GetRecentActivityAsync ( string list_id ) : Task |
Get recent list activity Unique id for the list
|
|
GetSpecificAbuseReportAsync ( string list_id, string report_id ) : Task |
Get details about a specific abuse report Unique id for the list Id for the abuse report
|
|
GetTopEmailClientsAsync ( string list_id ) : Task |
Get top email clients Unique id for the list
|
|
MailChimpList ( ) : System.Net.Http | ||
UpdateList ( string list_id, string listName, |
Update a list Unique id for the list The name of the list Contact information displayed in campaign footers to comply with international spam laws The permission reminder for the list Default values for campaigns created for this list Whether the list supports multiple formats for emails. Whether this list is public or private
|
|
UpdateMember ( |
Update a list member Member to be updated in the list Unique id for the list
|
|
UpdateMergeField ( |
Update a list merge field Merge field to update Unique id for the list
|
public AddMember ( |
||
member | ||
list_id | string | |
Résultat | Task |
public AddMergeField ( |
||
mergeField | ||
list_id | string | |
Résultat | Task |
public CreateListAsync ( string listName, |
||
listName | string | |
contactForCampaignFotter | ||
permissionReminderText | string | |
defaultValue | ||
emailTypeOption | bool | |
listVisibility | ListVisibility | |
Résultat | Task |
public DeleteListAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public DeleteMemberAsync ( string list_id, string subscriber_hash ) : Task |
||
list_id | string | |
subscriber_hash | string | |
Résultat | Task |
public DeleteMergeFieldAsync ( string list_id, string merge_id ) : Task |
||
list_id | string | |
merge_id | string | |
Résultat | Task |
public DeleteSegmentAsync ( string list_id, string segment_id ) : Task |
||
list_id | string | |
segment_id | string | |
Résultat | Task |
public GetAbuseReportsAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public GetAllListsAsync ( int offset, int count = 10 ) : Task |
||
offset | int | |
count | int | |
Résultat | Task |
public GetAllMemberInfoAsync ( string list_id, int offset, int count = 10 ) : Task |
||
list_id | string | |
offset | int | |
count | int | |
Résultat | Task |
public GetAllMergeFieldsAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public GetAllSegmentAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public GetGrowthHistoryAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public GetGrowthHistoryByMonthAsync ( string list_id, string month ) : Task |
||
list_id | string | |
month | string | |
Résultat | Task |
public GetInfoForSpecificSegmentAsync ( string list_id, string segment_id ) : Task |
||
list_id | string | |
segment_id | string | |
Résultat | Task |
public GetListAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public GetMemberInfoAsync ( string list_id, string subscriber_hash ) : Task |
||
list_id | string | |
subscriber_hash | string | |
Résultat | Task |
public GetMergeFieldAsync ( string list_id, string merge_id ) : Task |
||
list_id | string | |
merge_id | string | |
Résultat | Task |
public GetRecentActivityAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public GetSpecificAbuseReportAsync ( string list_id, string report_id ) : Task |
||
list_id | string | |
report_id | string | |
Résultat | Task |
public GetTopEmailClientsAsync ( string list_id ) : Task |
||
list_id | string | |
Résultat | Task |
public UpdateList ( string list_id, string listName, |
||
list_id | string | |
listName | string | |
contactForCampaignFotter | ||
permissionReminderText | string | |
defaultValue | ||
emailTypeOption | bool | |
listVisibility | ListVisibility | |
Résultat | Task |
public UpdateMember ( |
||
member | ||
list_id | string | |
Résultat | Task |
public UpdateMergeField ( |
||
mergeField | ||
list_id | string | |
Résultat | Task |