Auto name check

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I write an add-ins by using VBS/VBA to complete a name check, when
reply an email?
 
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.
 
Back
Top