 |
MAPIResolveName ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The MAPIResolveName function transforms a message recipient"s name as entered by a user to an unambiguous address list entry. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
ULONG FAR PASCAL MAPIResolveName(
LHANDLE lhSession,
ULONG ulUIParam,
LPTSTR lpszName,
FLAGS flFlags,
ULONG ulReserved,
lpMapiRecipDesc FAR * lppRecip
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER MAPIResolveName IN mapi32;
INTEGER lhSession,;
INTEGER ulUIParam,;
STRING lpszName,;
INTEGER flFlags,;
INTEGER ulReserved,;
INTEGER @ lppRecip
|
 |
 |
 |
| Parameters: |
 |
lhSession
[in] Handle that represents a Simple MAPI session or zero.
ulUIParam
[in] Parent window handle or zero, indicating that if a dialog box is displayed, it is application modal.
lpszName
[in] Pointer to the name to be resolved.
flFlags
[in] Bitmask of option flags.
ulReserved
Reserved; must be zero.
lppRecip
[out] Pointer to a recipient structure if the resolution results in a single match. |
 |
 |
| Return value: |
 |
|
 |
 |
| Word Index links for the MAPIResolveName : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-05-27 08:17:32 | | Modified: | 2003-05-27 08:19:51 | Visited in last 7 days: 7 |