outlook controls with attachments

D

Dasha

Hi!
I have custom post form. When I add attachments to this form I can see
them in message field as links, also I can click and open them. Can do
the same things with any other control? I want to past these links to
attachments into different pages depending on their type. Can you
please help me?

Thanks,
Dasha
 
E

Eric Legault [MVP - Outlook]

No, you can only have one Notes control on a form. What you can do instead
is insert hyperlinks to these attachments in the message body:

file://C:\MyFile.txt
 
D

Dasha

But then I have a new problem:
How can I use open dialog to let users to select files to be added?
 
E

Eric Legault [MVP - Outlook]

You can put a CommonDialog control on the form or use some Win32 API calls to
present the user with a select files dialog.
 
Top