Details Method

Microsoft Outlook Visual Basic

The Details method displays a modal dialog box that provides detailed information about an AddressEntry object. You must use error handling to handle run-time errors when the user clicks Cancel in the dialog box. The Details method actually stops the code from running while the dialog box is displayed.

Note  The Details method fails if the Name property is empty.

expression.Details(HWnd)

expression    Required AddressEntry object.

HWnd       Optional Variant. The parent window handle for the Details dialog box. A zero value (the default) specifies a modal dialog box.