The GetNextUnresolved method returns the next unresolved Recipient object in the Recipients collection. It returns Nothing if there are no unresolved recipients remaining in the collection.
Set objRecipient = objRecipColl.GetNextUnresolved( )
The GetFirstUnresolved and GetNextUnresolved methods can be used to find all the ambiguous recipient names in a Recipients collection.