The name of the gmail server, the default is "smtp.gmail.com"
[Visual Basic] Shared Public Property GmailServer As String [C#] public static string GmailServer { get; set; } [C++] public: static __property String* get_GmailServer(); public: static __property void set_GmailServer(String* ); [JScript] public static function get GmailServer() : String public static function set GmailServer(String);
GmailMessage Class | RC.Gmail Namespace