Re: msmapi control - problem sending attachments
- From: Jan Bucek <bucek.jan@xxxxxxx>
- Date: Wed, 06 Feb 2008 01:02:49 +0100
John Davy napsal(a):
I have a routine that sends a number of statements by email to a number of clients (up to 1000)
The statements may have up to 6 separate pdf's attached and a number of jpg's
The batch routine that sends these works fine but a number of clients are reporting that they are not getting the attachments
When I check the sent items, the emails are all there and properly formed with the attachments in place
If a client who has this problem returns the email to me there is no attachment.
I have set the switch in outlook to not send immediately in the hopes of being able to review and then send from the outbox after the vfp process was complete but this does not seem to prevent the immediate sending of emails.
- do you use Outlook or Outlook Express?
- IMHO to prevent immediate sending gives you nothing, you will see the same as in "sent" folder
- I guess the attachments are deleted on the way by antivirus on the mail servers or on PC of client
.
It seems to me to be a timing thing and that a lag should be placed in the process in order to allow outlook to properly form the email message before sending it.
If I use the win api sleep function to provide that lag time, does this allow for other event steams to continue while it waits - or would the inkey() function be better?
Has anyone else experienced this problem and found another solution?
Any help appreciated
John Davy
vfp6 / winxp / outlook
- Follow-Ups:
- Re: msmapi control - problem sending attachments
- From: John Davy
- Re: msmapi control - problem sending attachments
- References:
- msmapi control - problem sending attachments
- From: John Davy
- msmapi control - problem sending attachments
- Prev by Date: msmapi control - problem sending attachments
- Next by Date: Re: msmapi control - problem sending attachments
- Previous by thread: msmapi control - problem sending attachments
- Next by thread: Re: msmapi control - problem sending attachments
- Index(es):
Relevant Pages
|