ExchangeUser.Details method (Outlook)

Displays a modal dialog box that provides detailed information about an ExchangeUser object.

Syntax

expression. Details( _HWnd_ )

expression A variable that represents an ExchangeUser 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 a modal dialog box.

Remarks

The Details method fails if the ExchangeUser.Name property is empty. You must use error handling to handle run-time errors, and when the user clicks Cancel in the dialog box.

The Details method actually stops the code from running while the dialog box is displayed.

See also

ExchangeUser Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.