DotNetOpenMail 0.5.7 (beta)

SmtpServer.GetSmtpConversation Method 

NOTE: This method is now obsolete.

This method is deprecated. You should use LogSmtpWrite and LogSmtpReceive instead. This will be removed in a future version.


If CaptureSmtpConversation is true, a Send() will be captured, and will be accessible here.

[Visual Basic]
Public Function GetSmtpConversation() As String
[C#]
public string GetSmtpConversation();
[C++]
public: String* GetSmtpConversation();
[JScript]
public function GetSmtpConversation(): String;

Return Value

The SMTP Conversation or null.

See Also

SmtpServer Class | DotNetOpenMail Namespace