DTS Programming
ShowAddressBook Method
The ShowAddressBook method displays the address book user interface.
Applies To
| SendMailTask Object |
Syntax
[Address =] object.ShowAddressBook(hwndParent)
| Part | Description |
|---|---|
| object | Expression that evaluates to a SendMailTask object |
| hwndParent | Window handle of the parent window |
| Address | String to receive the address selected by the user |
Remarks
hwndParent is the handle of the window on which the address book is to be displayed.
Prototype (C/C++)
HRESULT ShowAddressBook(
long hwndParent,
BSTR *Address);