_ExchangeUser.Details(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a modal dialog box that provides detailed information about an ExchangeUser object.
public void Details (object HWnd);
Public Sub Details (Optional HWnd As Object)
Parameters
- HWnd
- 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 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.