File Attachment in Outlook Form

R

Riz

Hey all,

How can I create a form with which people can attache
files? If I cna then may be restrict them to 5 files or 1
MB?

Thanks for your help.

Riz
 
S

Sue Mosher [MVP-Outlook]

You must leave the message control (the large box) on the form. You can use
the Send event to check Item.Attachments.Count and block the send or perhaps
use the AttachmentAdd method instead.
 
Top