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.
 
Top