Hunny Software Library Reference

SmtpClient.TraceOutput Field

Enables trace output of the protocol dialog.

[Visual Basic]
Public Shared TraceOutput As BooleanSwitch
[C#]
public static BooleanSwitch TraceOutput;

Remarks

For debugging, it is helpful to see the commands sent by the client and the responses sent by the server. If you set TraceOutput to enabled, then Imap4Client writes the commands and responses to the trace output.

See Also

SmtpClient Class | Hunny.Mail Namespace