CaptureSmtpConversation | Turn the SMTP Conversation Capture off/on. If on, GetSmtpConversation will contain the most recent conversation. |
Auth | Send the AUTH command |
Close | Close the connection |
Data | Send the DATA command |
Ehlo | Send the EHLO command |
Helo | Send the HELO command |
MailFrom | Send the MAIL FROM command |
Open | Open the connection |
Quit | Send the QUIT message to the server |
RcptTo | Send one RCPT TO command |
SendString | Send any old string to the proxy |
WriteData | Write the message content |