Evernote.EDAM.NoteStore.NoteStore.Client.send_sendMessageToSharedNotebookMembers C# (CSharp) Method

send_sendMessageToSharedNotebookMembers() public method

public send_sendMessageToSharedNotebookMembers ( AsyncCallback callback, object state, string authenticationToken, string notebookGuid, string messageText, List recipients ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebookGuid string
messageText string
recipients List
return IAsyncResult
      public IAsyncResult send_sendMessageToSharedNotebookMembers(AsyncCallback callback, object state, string authenticationToken, string notebookGuid, string messageText, List<string> recipients)
      #else

Same methods

NoteStore.Client::send_sendMessageToSharedNotebookMembers ( string authenticationToken, string notebookGuid, string messageText, List recipients ) : void
NoteStore.Client