Auto name check

E

Eugene

How can I write an add-ins by using VBS/VBA to complete a name check, when
reply an email?
 
K

Ken Slovak - [MVP - Outlook]

Are you asking how to resolve all the recipients of an email in code? Use
Recipients.ResolveAll. Then test each Recipient in the Recipients collection
for Recipient.Resolved to verify that each resolved correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top