Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Basically it will be multithreaded program.
I will manually confirm and add the email to the main email or the program can autoconfirm it.

Email #1 will forward to email #2 for 100 emails, after that it will switch to email # 3 and forward 100 email and then switch to email #4 and forward 100 email and so on. then after all the email it will goes back to email #2 and forward another 100 email


Any one would suggest which method to use and how to implement that thing
Posted
Comments
Manfred Rudolf Bihy 17-Sep-11 18:06pm    
And what exactly are you up to with this scheme?
It has a quite SPAMiferous odor to it, but feel free to explain what you are trying to achieve.

Thank you for your attention!
Doomplast 4-Mar-16 8:33am    
You should use a .NET component for emails processing. It can easily enable you to automize email's reading and sending (or forwarding).
Thavest 26-Apr-16 8:43am    
Thanks doom, I used it for reading emails by POP protocol in C# after which I reply to my targeted subscribers.

1 solution

use TASK class --> http://msdn.microsoft.com/en-us/library/system.threading.tasks.task.aspx[^]

and if you really want it multithreaded and proper use of your cpu cores than use parallelism --> Parallel Computations in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900