![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi everyone,
I'm stuck trying to attach files to some emails I need to send to my clients. I'm using Access 2003 and Outlook 2003. Using a recordset and a form, I've been able to send e-mails with subject, remarks, cc, but what I can't seem to do is to attach a file to the e-mail. I'm using: Set AttachmentPath = Forms!MAIL![Attachment] 'Add the attachment to the e-mail message. If Not IsMissing(AttachmentPath) Then Set objOutlookAttach = .Attachments.Add(AttachmentPath) End If Again and again I've tested it and it sends the e-mail to all my test addresses but without the attached file. Could anyone please tell me what am I doing incorrect? Thanks in advance for your help. |
Ads |
#2
|
|||
|
|||
![]()
Did you see my response to your other post on this issue?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Liz" wrote in message ups.com... Hi everyone, I'm stuck trying to attach files to some emails I need to send to my clients. I'm using Access 2003 and Outlook 2003. Using a recordset and a form, I've been able to send e-mails with subject, remarks, cc, but what I can't seem to do is to attach a file to the e-mail. I'm using: Set AttachmentPath = Forms!MAIL![Attachment] 'Add the attachment to the e-mail message. If Not IsMissing(AttachmentPath) Then Set objOutlookAttach = .Attachments.Add(AttachmentPath) End If Again and again I've tested it and it sends the e-mail to all my test addresses but without the attached file. Could anyone please tell me what am I doing incorrect? Thanks in advance for your help. |
#3
|
|||
|
|||
![]()
Yes, thanks!
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multi emails sent with attachments | golfer | Outlook Express | 1 | May 7th 06 02:00 PM |
Almost all emails are coming as attachments. | Shirley Azvedo | Outlook Express | 6 | May 2nd 06 10:27 AM |
Emails with Attachments from Word docs won't send? | Sherri | Outlook - Installation | 0 | April 13th 06 11:54 AM |
Why do emails send twice? No attachments | Ron | Outlook - Using Contacts | 0 | April 7th 06 07:29 PM |
Cannot open attachments on any emails | jebrd601 | Outlook Express | 1 | February 6th 06 09:03 PM |