I don't have any code for that, but if you store a reference to your form
region for later you should be able to access it again in the send event
handler.
--
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
"sd" wrote in message
oups.com...
Thanks!
I've one more question-I've designed form region for my custom form &
hook up my addin to this form region.(I referred
TravellAgencyAddInVB_VSTO)
now the form region adjoined to my custom form is shown when I
compose.But I want to access the ctrl values on this form region in
ItemSend event.How to get this?
In TravellAgencyAddInVB_VSTO addin they r accessed initially when
displaying the region(In MailPreviewFormRegionWrapper class)please
give some sample code snippet or any link that can be helpful.Thanks
again