Constructor, creates the gmail atom feed object.
Note Creating the object does not get the feed, the GetFeed method must be called to get the current feed.
[Visual Basic] Public Sub New( _ ByVal gmailUserName As String, _ ByVal gmailPassword As String _ ) [C#] public GmailAtomFeed( string gmailUserName, string gmailPassword ); [C++] public: GmailAtomFeed( String* gmailUserName, String* gmailPassword ); [JScript] public function GmailAtomFeed( String gmailUserName, String gmailPassword );
GmailAtomFeed Class | RC.Gmail Namespace