MailChimp.Api.Net.Services.Reports.MailChimpReports.GetSpecificCampaignRecipientAsync C# (CSharp) Method

GetSpecificCampaignRecipientAsync() public method

Return top open locations for a specific campaign. Unique id for the campaign The MD5 hash of the lowercase version of the list member’s email address
public GetSpecificCampaignRecipientAsync ( string campaignId, string subscriber_hash ) : Task
campaignId string
subscriber_hash string
return Task
        public async Task<SentTo> GetSpecificCampaignRecipientAsync(string campaignId, string subscriber_hash)
        {
            return await sentTo.GetSpecificCampaignRecipientAsync(campaignId, subscriber_hash);
        }