ValidateEmailEventArgsSmtpTranscript Property |
Gets all data sent to and received from the SMTP server.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string SmtpTranscript { get; set; }
Public Property SmtpTranscript As String
Get
Set
public:
property String^ SmtpTranscript {
String^ get ();
void set (String^ value);
}
member SmtpTranscript : string with get, set
Property Value
Type:
StringSee Also