[OperationContract()] string MailConfirm( string timeoutSec, string login, string pass, string server, int port, bool useSSL, bool useHTML, bool useIMAP, bool removeMessages, string identityRegExp, string parserRegExp, int machNum, bool throwsException, string[] imapFolderNames, string proxyString, int messageCountForLoad )
Parameters
- timeoutSec
- Request timed out. Three timeout written through ";"
- login
- Login
- pass
- Password
- server
- Mail server
- port
- Port
- useSSL
- Use SSL
- useHTML
- Use HTML
- useIMAP
- Use IMAP
- removeMessages
- Delete messages
- identityRegExp
- Regular expression to identify the message
- parserRegExp
- Regular expression to parse the message
- machNum
- Match number
- throwsException
- True if need to throw exceptions; otherwise and default, false.
- imapFolderNames
- An array of names of imap folders.
- proxyString
- The string of rpoxy
- messageCountForLoad
- Maximum number of messages for loading
Return Value
Result of confirmation email