C# Class MailChimp.Api.Net.Services.Conversations.MailChimpConversation

Afficher le fichier Open project: shahriarhossain/MailChimp.Api.Net

Méthodes publiques

Méthode Description
GetALLMessagesAsync ( string conversation_id ) : Task

Get conversation messages Unique id for the campaign

GetConversationsAsync ( ) : Task

Get a list of conversations

GetMessageByIdAsync ( string conversation_id, string message_id ) : Task

Get conversation messages Unique id for the campaign The unique id for the conversation message

GetSpecificConversationAsync ( string conversation_id ) : Task

Get information about a conversation Unique id for the campaign

MailChimpConversation ( ) : System.Threading.Tasks

Method Details

GetALLMessagesAsync() public méthode

Get conversation messages Unique id for the campaign
public GetALLMessagesAsync ( string conversation_id ) : Task
conversation_id string
Résultat Task

GetConversationsAsync() public méthode

Get a list of conversations
public GetConversationsAsync ( ) : Task
Résultat Task

GetMessageByIdAsync() public méthode

Get conversation messages Unique id for the campaign The unique id for the conversation message
public GetMessageByIdAsync ( string conversation_id, string message_id ) : Task
conversation_id string
message_id string
Résultat Task

GetSpecificConversationAsync() public méthode

Get information about a conversation Unique id for the campaign
public GetSpecificConversationAsync ( string conversation_id ) : Task
conversation_id string
Résultat Task

MailChimpConversation() public méthode

public MailChimpConversation ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks