G Guest Dec 8, 2005 #1 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] Dec 9, 2005 #2 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.
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.