* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The reject reason. * @returns void
(reason: string)
| 9628 | message?: { |
| 9629 | /** |
| 9630 | * Role of the message author |
| 9631 | */ |
| 9632 | role: string; |
| 9633 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected