recipient control or suggest name

  • Thread starter Thread starter Elio Gortan
  • Start date Start date
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
 
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.
 
Back
Top