Share via


ExchangeDistributionList.Details Method (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .Details(HWnd)

expression A variable that represents an ExchangeDistributionList 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 ExchangeDistributionList.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

Concepts

ExchangeDistributionList Object Members

ExchangeDistributionList Object