Gmail Helper Class Library

GmailAtomFeed Constructor 

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

Parameters

gmailUserName
The username of the gmail account that the message will be sent through
gmailPassword
The password of the gmail account that the message will be sent through

See Also

GmailAtomFeed Class | RC.Gmail Namespace