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

Back to Email Class Summary

Email::FromName

The name of the sender.

  Declarations  
    [Visual Basic]
Public Property FromName As String

[C#]
public string FromName {get; set;}

[C++]
public: __property String* get_FromName();
public: __property void set_FromName(String *);

[JScript]
public function get FromName() : String;
public function set FromName(String);
 

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