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

Back to Email Class Summary

Email::FromAddress

The email address of the sender.

  Declarations  
    [Visual Basic]
Public Property FromAddress As String

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

[C++]
public: __property String* get_FromAddress();
public: __property void set_FromAddress(String *);

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

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