Get an instance of the SMTP Proxy
[Visual Basic] Shared Public Function GetInstance( _ ByVal smtpserver As SmtpServer _ ) As SmtpProxy [C#] public static SmtpProxy GetInstance( SmtpServer smtpserver ); [C++] public: static SmtpProxy* GetInstance( SmtpServer* smtpserver ); [JScript] public static function GetInstance( SmtpServer smtpserver ): SmtpProxy;