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

Method emailNote

qevercloud/generated/services.cpp:8362–8368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8360}
8361
8362void NoteStore::emailNote(const NoteEmailParameters& parameters, QString authenticationToken)
8363{
8364 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8365 QByteArray params = NoteStore_emailNote_prepareParams(authenticationToken, parameters);
8366 QByteArray reply = askEvernote(url_, params);
8367 NoteStore_emailNote_readReply(reply);
8368}
8369
8370AsyncResult* NoteStore::emailNoteAsync(const NoteEmailParameters& parameters, QString authenticationToken)
8371{

Callers

nothing calls this directly

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected