Gmail Helper Class Library

GmailAtomFeed.AtomFeedEntry Constructor 

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
);

Parameters

subject
/feed/entry/title property
summary
/feed/entry/summary property
fromName
/feed/entry/author/name property
fromEmail
/feed/entry/author/email property
id
/feed/entry/id property
received
/feed/entry/issued property

See Also

GmailAtomFeed.AtomFeedEntry Class | RC.Gmail Namespace