![]() |
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
|
|||
|
|||
![]()
I'm using Outlook 2000-2002 and really need help. I've spent hours trying to
figure out how to do something that should be simple... I send hundreds of emails with attachments each week. When I send an email with specific words in the title, I need to also send a copy of the email WITHOUT the attachment to specific addressees. I thought I could use VBA to do a REPLY to that email so the attachments would not be sent. I cannot get the code to work. I created a sub application.itemsend that "fires" whenever I send an email and can put up a msgbox, but I can't get a reply to work. Does anyone have an example of some vba code that would work? Any help would be appreciated... |
Ads |
#2
|
|||
|
|||
![]()
You cannot reply to a message for which the sending process is not yet
complete. Instead, make a copy of the message with the Copy method and remove all the attachments from the copy. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "laavista" wrote in message ... I'm using Outlook 2000-2002 and really need help. I've spent hours trying to figure out how to do something that should be simple... I send hundreds of emails with attachments each week. When I send an with specific words in the title, I need to also send a copy of the email WITHOUT the attachment to specific addressees. I thought I could use VBA to do a REPLY to that email so the attachments would not be sent. I cannot get the code to work. I created a sub application.itemsend that "fires" whenever I send an email and can put up a msgbox, but I can't get a reply to work. Does anyone have an example of some vba code that would work? Any help would be appreciated... |
#3
|
|||
|
|||
![]()
Thank you! This makes sense.
"Sue Mosher [MVP]" wrote: You cannot reply to a message for which the sending process is not yet complete. Instead, make a copy of the message with the Copy method and remove all the attachments from the copy. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "laavista" wrote in message ... I'm using Outlook 2000-2002 and really need help. I've spent hours trying to figure out how to do something that should be simple... I send hundreds of emails with attachments each week. When I send an with specific words in the title, I need to also send a copy of the email WITHOUT the attachment to specific addressees. I thought I could use VBA to do a REPLY to that email so the attachments would not be sent. I cannot get the code to work. I created a sub application.itemsend that "fires" whenever I send an email and can put up a msgbox, but I can't get a reply to work. Does anyone have an example of some vba code that would work? Any help would be appreciated... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
when i reply or send email from outlook, the message comes to my | bm | Outlook - General Queries | 2 | March 31st 08 10:41 PM |
When I try to send or reply to an email I can type into the email | Randy | Outlook - General Queries | 2 | April 16th 07 07:23 PM |
Reply ASAP Please - email won't send | Bob Newman | Outlook - General Queries | 11 | March 27th 07 02:40 PM |
Can send new email but cannot reply. | Marc Miller | Outlook - General Queries | 10 | July 6th 06 10:27 PM |
Send a reply on opening an email | CarlSprake | Outlook and VBA | 1 | January 19th 06 08:41 AM |