Thank You for the Response.
I sends around 100 mails at a time.
Main Topics
Browse All TopicsHi,
I am using Delphi 7 with outlook 2007. I have to send bulk mails from outlook. I saves mail in outlook outbox and outlook sends mail. Problem is some mails stuck in outbox. I called Send Receive after saving mail. Send/Receive takes sometime to complete operation. I want to solve this issue. I am using Redemption Library for accessing outlook from Delphi.
When I am calling sentReceive(Please refer attached code), sometime makes error(Please Refer attached file: err-mail.GIF). the error comes in "ovSync.Start;"
Please let me know your comments.
Regards,
Vijesh V.Nair
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If OL is not setup to immediately send then you won't be able to all your messages will go to the Outbox.
My suggestion is to ask the question here, instead:
http://social.msdn.microso
This is the VBA forum, be sure to avoid telling them you are using Delphi and you will have to convert all the code provided to Delphi as they will probably only post VBA code.
HI,
I checked http://www.dimastr.com/red
I think I missed . Calling IMessage::Submit().
My Code is like this
Mail: IRDOMail
Mail.Send;
MAPIUtils.DeliverNow( fqUpload or fqDownload or fqShowProgress, Application.MainForm.Handl
SendReceiveMail;
1.How I can call IMessage::Submit(). I didnt get a function from Redemption Objects names Submit like
Mail.submit.
ya there was a Boolean property mail.submitted.
Plz give Delphi code Snippet.
Business Accounts
Answer for Membership
by: EddieShipmanPosted on 2009-10-14 at 18:58:33ID: 25576680
How many emails are you trying to send at once?