hello
I've a button on form region adjoined to standard compose message form.Now
when the button
is clicked I need to get the EmailId's of recipients present in the "To"
list.I get them correctly in Item_Send event.But not on my button-click.(If
I add 2 ids,a@a.com;b@b.com & remove a@a.com,click on my button, Item.To
gives me both the ids though I've removed a@a.com)
How can I get them correctly in my button-click? I'm using VSTO SE for
OL2007.
Thanks
Ken Slovak - [MVP - Outlook] - 25 Mar 2008 14:56 GMT
Try saving the item in your button event handler. That should update the
item and provide the correct Recipients collection.

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
> hello
> I've a button on form region adjoined to standard compose message form.Now
[quoted text clipped - 6 lines]
> OL2007.
> Thanks