Custom Forms: Attachment to be included in Reply

G

greman

I have created a custom form which includes various Forward and Reply
routings depending on an Approve/Reject decision. When Forwarding, the
original attachment forwarded in the custom form is retained however,
not when routing the form as a Reply. How can I overcome this in code?
 
S

Sue Mosher [MVP]

The code sample at http://www.outlookcode.com/codedetail.aspx?id=1228 shows
the basic technique of replying with attachments -- saving the attachments
to the local drive, then adding them to the reply message. You should be
able to adapt it to the Item_Reply and Item_ReplyAll event handlers to fit
your scenario.

FYI, there is a newsgroup specifically for Outlook forms issues "down the
hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/com...spx?dg=microsoft.public.outlook.program_forms
 

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