Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntry.FromName Property

Returns the /feed/entry/author/name property

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

See Also

GmailAtomFeed.AtomFeedEntry Class | RC.Gmail Namespace