.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::Mailer

Identifies the email software that sent the email.

  Declarations  
    [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);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.