IAddrBook::Address
The IAddrBook::Address
method displays the common address dialog box.
Quick Info
See IAddrBook
: IMAPIProp
HRESULT Address(
ULONG FAR * lpulUIParam, |
|
LPADRPARM lpAdrParms,
|
|
LPADRLIST FAR * lppAdrList |
|
) |
|
Parameters
lpulUIParam
[in, out]
Handle of the parent window of the dialog box. On input, a window handle must
always be passed. On output, if the ulFlags member of the lpAdrParms
parameter is set to DIALOG_SDI, then the window handle of the modeless dialog
box is returned.
lpAdrParms
[in, out]
Pointer to an ADRPARM
lppAdrList
[in,
out] Pointer to a pointer to an ADRLIST
Return Values
S_OK
The common
address dialog box was successfully displayed.
Remarks
The ADRLIST
Each ADRENTRY
structure in the ADRLIST structure contains zero or more SPropValue2JH9H8T property, or unresolved, indicating that the PR_ENTRYID
property is missing.
In addition
to PR_ENTRYID, resolved recipients include the following properties:
PR_RECIPIENT_TYPE
PR_DISPLAY_NAME
PR_ADDRTYPE
PR_DISPLAY_TYPE
The ADRLIST
structure that the caller passes in might be a different size from the
structure that MAPI returns. If MAPI must return a larger ADRLIST
structure, it frees the original structure and allocates a new one. When
allocating memory for the ADRLIST structure, allocate the memory for
each SPropValue structure separately. For more information about how to
allocate and free ADRLIST structures, see Managing Memory for ADRLIST
and SRowSet Structures
Address returns immediately if the DIALOG_SDI flag is set in the
ulFlags member of the ADRPARM structure in the lpAdrParms
parameter.
Address supports Unicode character strings in the ADRPARM
and ADRLIST parameters for Windows NT platforms only. The Unicode
strings are converted to the multi-byte character string (MBCS) format before
they are displayed in the common dialog box.
See Also