recipient control or suggest name

E

Elio Gortan

Hello,

I have a short question concerning the Microsoft Outlook Recipient Control,

is there a way to put it on a VBA User Form or is there another possibility
to use the suggest name feature

Thank you

Elio Gortan
 
S

Sue Mosher [MVP]

No, the recipient control is not reusable outside the Outlook custom form
context, nor is there any way to invoke name autosuggestion programmatically.
The closest you can come is calling the Recipient.Resolve or
Recipients.ResolveAll method, which is not the same thing as autosuggest.
 
Top