Gmail Helper Class Library

GmailMessage.GmailServerPort Property

The port to use when sending the email, the default is 465

[Visual Basic]
Shared Public Property GmailServerPort As Long
[C#]
public static long GmailServerPort { get; set; }
[C++]
public: static __property __int64 get_GmailServerPort();
public: static __property void set_GmailServerPort(__int64 );
[JScript]
public static function get GmailServerPort() : long
public static function set GmailServerPort(long);

See Also

GmailMessage Class | RC.Gmail Namespace