poublished forms don't keep attached files

C

Colin Coady

I use a batch file run outlook with the command line parmeter of "/c imp.note."published form name" /a "c:\filename""
The form has the "To:","Subject:", & "body" filled out and the form has some programming to automatically send it to the outbox
If you look at the newly created email you can see and open the attached file but the reciepient does not get it
If I build a new message manually & attach the same file the reciepient gets it no problem
This does not happen with all reciepients, just a select few

What gives
Is there another way the form can attach the file each time it's called on. The file name remains the same but gets updated with new info before each time the form is run.
 
S

Sue Mosher [MVP]

Does the recipient use Outlook? If not, then you can't use a custom form to send attachments to them.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
C

Colin Coady

Yes, the reciepient uses Outlook Express. So why does she not get the attached file?
 
S

Sue Mosher [MVP]

Because sending a message with a custom form always puts any attachment in the Winmail.dat component of the message, which Outlook Express can't read.

Please take the time to quote the original message manually so that people reading your current response can understand what you're talking about. Otherwise, you may not receive the answer you're looking for.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top