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