How do I add Attachments to a form

G

Guest

I have created a form with 4 fields on it. I have read in other posts to add
the message control to the form. When I add the message control to the form
it is the size of the entire form. Am I supposed to put my fields inside the
message control? When I try and place my fields inside the message control
nothing is seen. They are underneath the message control. If you try and
send the message control backward using order they still do not appear on the
form. Does the message control just need to be somewhere small on the form.
Could someone explain this to me? All I want to do is be able to have the
form accept attachments.

Thanks for any help.
 
S

Sue Mosher [MVP-Outlook]

The message control needs to be somewhere on the form. The height of the box doesn't matter, but the width will affect the appearance of the attachment "well."

You cannot place other fields inside the message control as you can with a frame control.
 
G

Guest

Sue,

Thank You. I now understand.

Sue Mosher said:
The message control needs to be somewhere on the form. The height of the box doesn't matter, but the width will affect the appearance of the attachment "well."

You cannot place other fields inside the message control as you can with a frame control.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
G

Guest

Now that I have the message control on the form, how do I control the
background, foreground, font, etc... with this message control. Everything
is grayed out. Any help would be greatly appreciated.

Thanks

John
 
S

Sue Mosher [MVP-Outlook]

That's perfectly normal behavior in design mode. There are few options to set for that control.
 

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