Hunny Software Library Reference

Imap4Client.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

Imap4Client Class | Hunny.Mail Namespace