AddressEntry.Details Method (Outlook)
Displays a modeless dialog box that provides detailed information about an AddressEntry object.
Syntax
expression .Details(HWnd)
expression An expression that returns a AddressEntry object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
HWnd |
Optional |
Variant |
The parent window handle for the Details dialog box. A zero value (the default) specifies that the dialog is parented to Outlook. |
Remarks
Note
The Details method fails if the Name property is empty.
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.