MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / emailNoteAsync

Method emailNoteAsync

qevercloud/generated/services.cpp:8370–8375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8368}
8369
8370AsyncResult* NoteStore::emailNoteAsync(const NoteEmailParameters& parameters, QString authenticationToken)
8371{
8372 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8373 QByteArray params = NoteStore_emailNote_prepareParams(authenticationToken, parameters);
8374 return new AsyncResult(url_, params, NoteStore_emailNote_readReplyAsync);
8375}
8376
8377QByteArray NoteStore_shareNote_prepareParams(QString authenticationToken, Guid guid)
8378{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected