All i need to do is send messages!
This what I need to do...
Take the email address form the list of contacts(In MS Outlook),
send it an email message,in the email message the text will be same for all the emails,
Only at the top i should have
Dear $$$$$
where $$$$ is the name that I get from the contact,
so it would be like
Dear Xeon
(email message)
Dear Sam
(email message)
Dear Codeguru
(email message)
and so on and so forth till I have sent an email to all the contacts in the contact list.
I have to add an attachment file as well but it will be the same for all the contacts
Also I will need to set the subject too I guess through the program...
I will be using vc++......
I have to get this done as soon as possible,any help,code is very much needed and appreciated