get recipients list immediately

  • Thread starter Thread starter shubhangi
  • Start date Start date
S

shubhangi

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,[email protected];[email protected] & remove (e-mail address removed),click on my button, Item.To
gives me both the ids though I've removed (e-mail address removed))
How can I get them correctly in my button-click? I'm using VSTO SE for
OL2007.
Thanks
 
Try saving the item in your button event handler. That should update the
item and provide the correct Recipients collection.
 
Back
Top