Resolved Property (Recipients Collection)

Resolved Property (Recipients Collection)

The Resolved property contains True if all of the recipients in the collection have their address information resolved. Read-only.

Syntax

objRecipColl.Resolved

Data Type

Boolean

Remarks

A Recipient object is considered resolved when it has a valid AddressEntry object in its AddressEntry property.

You should resolve all addresses. Whenever you obtain an address from the address book or supply a custom address, you should call the Resolve method to ensure that the AddressEntry property is valid.

When the Resolved property is not True, use either the collections Resolve method or each individual recipients Resolve method to resolve all the addresses.

When you use existing valid AddressEntry objects, you do not need to explicitly call the Resolve method.

See Also

Concepts

Recipients Collection Object