On Oct 8, 8:50*pm, "Ken Slovak - [MVP - Outlook]"
wrote:
What textbox control? Your textbox for To?
You get back a collection of RDORecipients from that dialog. You can get
whatever properties you want from each RDORecipient object, such as Name,
Address, AddressEntry.SMTPAddress and so on. You can then format things any
way you want, including with underlines.
--
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
"j" wrote in message
...
snip
Thanks,
sorry, i use outlook 2003.
Also i use RDOSession.AddressBook.ShowAddressBook(), however
after user selected users (contacts) from addressBook i should place
them in the
textbox *control with useres namaes separated with comma and
underline.
What is your suggestions??
Thanks in advance
Thanks,
i want to implement control (like in Outlook, when i open new
Insepctor),
with autoComplete, and underlining.
if such control exists, free or commercial.
Any ideas?