Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DispIdAttribute()> _
Function ResolveAll As Boolean
'Usage
Dim instance As Recipients
Dim returnValue As Boolean
returnValue = instance.ResolveAll()
[DispIdAttribute()]
bool ResolveAll()
Return Value
Type: System.Boolean
True if all of the objects were resolved, False if one or more were not.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Specify Different Recipient Types for an Appointment Item
How to: Create a Mail Item, Attach a Report, and Send the Mail Item to the User's Manager
How to: Specify Different Recipient Types for a Mail Item
How to: Create a Meeting Request, Add Recipients, and Specify a Location
How to: Display the Select Names Dialog Box to Resolve Recipients
How to: Use the Select Names Dialog Box to Obtain and Assign Recipients to an Appointment