Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 444 Bytes

File metadata and controls

23 lines (13 loc) · 444 Bytes

replyDrop

Control-mode reply a webhook consumer returns to tell MailKite to drop (discard) the message — the string {"status":"drop"}. Local, no network call.

Local — runs in the SDK, no network call.

Parameters

None.

Returns

string

Example

Object res = mk.replyDrop();

← All methods · Docs · mailkite.dev