| C# | |
|---|---|
public static string MailConfirm( Instance instance, string timeoutSec, string login, string pass, string server, int port, bool useSSL, bool useHTML, string identityRegExp, string parserRegExp ) | |
Parameters
- instance
Type: instance
The instance which makes the action with the mail.
- timeoutSec
Type: System.String
Timeout specified in seconds. Three in a row above the number recorded by ";".
- login
Type: System.String
The login for mail.
- pass
Type: System.String
The password for mail.
- server
Type: System.String
The mail server.
- port
Type: System.Int32
The server port.
- useSSL
Type: System.Boolean
true if use SSL; otherwise, false.
- useHTML
Type: System.Boolean
true if parse HTML; otherwise, false.
- identityRegExp
Type: System.String
The regular expression to identify email.
- parserRegExp
Type: System.String
The regular expression for select the contents of email.
Return Value
Type: System.String
The result of processing emails.
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family