GetFirstUnresolved Method (Recipients Collection)

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.

Syntax

Set objRecipient = objRecipColl.GetFirstUnresolved( )

objRecipient
On successful return, represents the first unresolved recipient in the collection.
objRecipColl
Required. The Recipients collection object.

Remarks

The GetFirstUnresolved and GetNextUnresolved methods can be used to find all the ambiguous recipient names in a Recipients collection.