SmtpMail.Mailer Property


Gets or sets the "X-Mailer" of the e-mail message.

[Visual Basic]
Public Property Mailer As String
[C#]
public string Mailer {get; set;}
[C++]
public: __property String^ get_Mailer();
public: __property void set_Mailer(String^);
[JScript]
public function get Mailer() : String;
public function set Mailer(String);

Property Value

A String value indicating the "X-Mailer" of the e-mail message.