Share via


_ExchangeDistributionList.Details Method

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub Details ( _
    HWnd As Object _
)
'Usage
Dim instance As _ExchangeDistributionList
Dim HWnd As Object

instance.Details(HWnd)
[DispIdAttribute()]
void Details(
    Object HWnd
)

Parameters

  • HWnd
    Type: System.Object

    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

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace