">

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

Back to Email Class Summary

Email::From

The combined name and email address of the sender, such as "John Smith"

  Declarations  
    [Visual Basic]
Public Property From As String

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

[C++]
public: __property String* get_From();
public: __property void set_From(String *);

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

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