The OpenD Programming Language

SMTP.requestAbort

Value to return from onSend delegate in order to abort a request

import std.net.curl;
struct SMTP
version(StdDdoc)
alias requestAbort = CurlReadFunc.abort

Meta