IMAPISupport::NewUID

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Creates a new MAPIUID structure to be used as a unique identifier.

HRESULT NewUID(
LPMAPIUID lpMuid
);

Parameters

  • lpMuid
    A pointer to the new MAPIUID structure.

Return Value

  • S_OK
    The new MAPIUID structure was created.

Remarks

The IMAPISupport::NewUID method is implemented for all support objects. Service providers and message services call NewUID whenever they need to generate a long-term unique identifier. A message store provider, for example, might call NewUID to obtain a MAPIUID to put in the PR_SEARCH_KEY (PidTagSearchKey) property of a newly created message.

Notes to Callers

Do not confuse the MAPIUID structure that you register at logon time with the MAPIUID structures that the NewUID method creates. The MAPIUID structure that you register when you call the IMAPISupport::SetProviderUID method represents your address book or message store provider to MAPI and is used to distinguish entry identifiers that different providers create. This MAPIUID structure should be hard-coded and not obtained through a call to NewUID.

See Also

Reference

MAPIUID

IMAPISupport : IUnknown