Gmail Helper Class Library

GmailMessage Constructor 

Constructor, creates the GmailMessage object

[Visual Basic]
Public Sub New( _ 
   ByVal gmailUserName As String, _ 
   ByVal gmailPassword As String _ 
)
[C#]
public GmailMessage(
   string gmailUserName,
   string gmailPassword
);
[C++]
public: GmailMessage(
   String* gmailUserName,
   String* gmailPassword
);
[JScript]
public function GmailMessage(
   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

GmailMessage Class | RC.Gmail Namespace