Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntry.Id Property

Returns the /feed/entry/id property

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

See Also

GmailAtomFeed.AtomFeedEntry Class | RC.Gmail Namespace