Sends mail content as uninterpreted bytes.
SmtpClient.LAST if the
library should receive a response.This method is an advanced method that can be used to extend the library. The bytes parameter is a byte array containing the bytes to send. The length parameter specifies how many bytes to send. The options parameter can be 0, to indicate that the libary code should not try receive a response after sending the bytes; or SmtpClient.LAST, to indicate that the library code should try to receive a response after sending the bytes.
| Exception Type | Condition |
|---|---|
| Exception | If a network or protocol error occurs. |
SmtpClient Class | Hunny.Mail Namespace