Share via


GetNextUnresolved Method (Recipients Collection)

GetNextUnresolved Method (Recipients Collection)

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.

Syntax

Set objRecipient = objRecipColl.GetNextUnresolved( )

objRecipient

On successful return, represents the next 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.

See Also

Concepts

Recipients Collection Object