Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntry.FromEmail Property

Returns the /feed/entry/author/email property

[Visual Basic]
Public Property ReadOnly FromEmail As String
[C#]
public string FromEmail { get; }
[C++]
public: __property String* get_FromEmail();
[JScript]
public function get FromEmail() : String

See Also

GmailAtomFeed.AtomFeedEntry Class | RC.Gmail Namespace