C# 클래스 MailChimp.Api.Net.Services.Conversations.MailChimpConversation

파일 보기 프로젝트 열기: shahriarhossain/MailChimp.Api.Net

공개 메소드들

메소드 설명
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

메소드 상세

GetALLMessagesAsync() 공개 메소드

Get conversation messages Unique id for the campaign
public GetALLMessagesAsync ( string conversation_id ) : Task
conversation_id string
리턴 Task

GetConversationsAsync() 공개 메소드

Get a list of conversations
public GetConversationsAsync ( ) : Task
리턴 Task

GetMessageByIdAsync() 공개 메소드

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
리턴 Task

GetSpecificConversationAsync() 공개 메소드

Get information about a conversation Unique id for the campaign
public GetSpecificConversationAsync ( string conversation_id ) : Task
conversation_id string
리턴 Task

MailChimpConversation() 공개 메소드

public MailChimpConversation ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks