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 |
public GetALLMessagesAsync ( string conversation_id ) : Task |
||
conversation_id | string | |
Résultat | Task |
public GetMessageByIdAsync ( string conversation_id, string message_id ) : Task |
||
conversation_id | string | |
message_id | string | |
Résultat | Task |
public GetSpecificConversationAsync ( string conversation_id ) : Task |
||
conversation_id | string | |
Résultat | Task |
public MailChimpConversation ( ) : System.Threading.Tasks | ||
Résultat | System.Threading.Tasks |