IMailUser::GetIDsFromNamesIMailUser::GetIDsFromNames*
*Contents  *Index  *Topic Contents
*Previous Topic: IMailUser::DeleteProps
*Next Topic: IMailUser::GetLastError

IMailUser::GetIDsFromNames

HRESULT GetIDsFromNames(
    ULONG  cPropNames,
    LPMAPINAMEID FAR *  lppPropNames,
    ULONG  ulFlags,
    LPSPropTagArray FAR *  lppPropTags
);

Registers named properties with the mail user object.

cPropNames
Count of names to register. If lppPropNames is NULL, the cPropNames parameter must be zero.
lppPropNames
MAPINAMEID structure containing the names and their globally unique identifiers (GUIDs).
ulFlags
Bitmask of flags that indicate how the property identifiers should be returned. The following flag can be set:
MAPI_CREATE Creates a property identifier for any name not already mapped. The default is to fail those non-existent property names.
lppPropTags
Returned SPropTagArray of property tags. Must be freed by the caller.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.