As far as I know you can't add tasks to the send/receive dialog unless the
task is sending/receiving to/from an email account and that's added
automatically.
What MailBody/MailHeader control are you talking about? There's no such
control provided by the Outlook object model. You can't add controls that
are shown in an Outlook form such as Body (Notes) if that's what you're
asking. You can get the contents of Body and put the contents in a textbox
control on a form...

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hey,
>
[quoted text clipped - 17 lines]
> Regards
> André
Andre Maas - 28 Apr 2008 14:31 GMT
Hi Ken,
first, thanks for help.
Yes i mean the controls shown in an Outlook form. That what you said is
my solution. Get the contents of body and put them in a textbox control.
Regards
André
Ken Slovak - [MVP - Outlook] schrieb:
> As far as I know you can't add tasks to the send/receive dialog unless
> the task is sending/receiving to/from an email account and that's added
[quoted text clipped - 5 lines]
> you're asking. You can get the contents of Body and put the contents in
> a textbox control on a form...