IMAPISupport::WrapStoreEntryID

The IMAPISupport::WrapStoreEntryID method converts a message store s internal entry identifier to an entry identifier in MAPI s standard format.

Quick Info

See IMAPISupport : IUnknownA6YDUA.

HRESULT WrapStoreEntryID(

    ULONG cbOrigEntry,

 

    LPENTRYID lpOrigEntry,

 

    ULONG FAR * lpcbWrappedEntry,

 

    LPENTRYID FAR * lppWrappedEntry

 

   )

 

 

Parameters

cbOrigEntry

[in] Count of bytes in the entry identifier pointed to by the lpOrigEntry parameter.

lpOrigEntry

[in] Pointer to the private entry identifier for the message store.

lpcbWrappedEntry

[out] Pointer to the count of bytes in the entry identifier pointed to by the lppWrappedEntry parameter.

lppWrappedEntry

[out] Pointer to a pointer to the wrapped entry identifier.

 

Return Values

S_OK

The entry identifier was successfully wrapped.

 

Remarks

The IMAPISupport::WrapStoreEntryID method is implemented for all service provider support objects. Service providers use WrapStoreEntryID to have MAPI generate an entry identifier for a message store that wraps the store s internal entry identifier.

Notes to Callers

When a client calls your message store s IMAPIProp::GetProps method to retrieve its PR_STORE_ENTRYIDSH8V.D property and your message store uses an entry identifier in a private format, call WrapStoreEntryID and return the entry identifier pointed to by lppWrappedEntry.

Calls to the IMSProvider::LogonU3W4H6 and IMSLogon::CompareEntryIDs7RSX.WN methods always obtain the store s private entry identifier; the wrapped version is used only between client applications and MAPI.

Free the memory for the entry identifier pointed to by the lppWrappedEntry parameter using the MAPIFreeBuffer16U06F function when you have finished using it.

See Also

IMAPIProp::GetProps, IMAPISupport::CompareEntryIDs, IMSLogon::CompareEntryIDs, IMSProvider::Logon, MAPIFreeBuffer