Constructor, loads the object
[Visual Basic] Public Sub New( _ ByVal subject As String, _ ByVal summary As String, _ ByVal fromName As String, _ ByVal fromEmail As String, _ ByVal id As String, _ ByVal received As Date _ ) [C#] public GmailAtomFeed.AtomFeedEntry( string subject, string summary, string fromName, string fromEmail, string id, DateTime received ); [C++] public: GmailAtomFeed.AtomFeedEntry( String* subject, String* summary, String* fromName, String* fromEmail, String* id, DateTime received ); [JScript] public function GmailAtomFeed.AtomFeedEntry( String subject, String summary, String fromName, String fromEmail, String id, DateTime received );
/feed/entry/title property/feed/entry/summary property/feed/entry/author/name property/feed/entry/author/email property/feed/entry/id property/feed/entry/issued propertyGmailAtomFeed.AtomFeedEntry Class | RC.Gmail Namespace