DotNetOpenMail 0.5.7 (beta)

SmtpProxy.CaptureSmtpConversation Property

Set this to "true" if you want to capture the SMTP negotiation. Once the conversation has finished, use "GetConversation" to view it.

[Visual Basic]
Public Property CaptureSmtpConversation As Boolean _
    Implements ISmtpProxy.CaptureSmtpConversation
[C#]
public bool CaptureSmtpConversation { get; set; }
[C++]
public: __property bool get_CaptureSmtpConversation();
public: __property void set_CaptureSmtpConversation(bool );
[JScript]
public function get CaptureSmtpConversation() : bool
public function set CaptureSmtpConversation(bool);

Implements

ISmtpProxy.CaptureSmtpConversation

See Also

SmtpProxy Class | DotNetOpenMail Namespace