Recipients.ResolveAll Method
Attempts to resolve all the Recipient objects in the Recipients collection against the Address Book.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Function ResolveAll As Boolean
'Usage
Dim instance As Recipients
Dim returnValue As Boolean
returnValue = instance.ResolveAll()
bool ResolveAll()
Return Value
Type: System.Boolean
True if all of the objects were resolved, False if one or more were not.