place .NET custom control on custom form in Outlook 2003 and Outlook 2007
hi!
I declared variables representing form region ctrls as public in
MailPreviewFormRegionWrapper class & obtained values of these ctrls in
HookUp class through readonly properties.Hence was able to access
values in application.ItemSend event.But if this will have any adverse
effect?
Thanks again !!
On Oct 9, 8:50 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
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 ProgrammingOutlook2007
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm
"sd" wrote in message
oups.com...
Thanks!
I've one more question-I've designed form region for mycustomform &
hook up my addin to this form region.(I referred
TravellAgencyAddInVB_VSTO)
now the form region adjoined to mycustomform 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- Hide quoted text -
- Show quoted text -
|