Hello,
I want to know that, How can I use Stored Procedure of Sql server database for saving Email\'s data?
And also how can I save an attachment with customize name?
I want to know that, How can I use Stored Procedure of Sql server database for saving Email\'s data?
And also how can I save an attachment with customize name?
The stored procedures are run like any other SQL sentences, for example:
exec stored_procedure_name
Note that you need the latest Email&Parser 3.1 Beta for using some feautures on this example that are not still available on the 3.0 version:
http://www.automatedemailparser.com/Ema ... _setup.msi
exec stored_procedure_name
And also how can I save an attachment with customize name?Take a look at the file I have attached. It contains an example about how to do it, to load this file in the program simply drag and drop the file to the Email&Parser left panel.
Note that you need the latest Email&Parser 3.1 Beta for using some feautures on this example that are not still available on the 3.0 version:
http://www.automatedemailparser.com/Ema ... _setup.msi