In fact I can't find any references to this function apart from in the
link below, and it does say that the function may be discontinued. The
only MapiUtil.h I can find has no reference to this function. Has anyone
used this call.

>Regards
>Jason Coley
>Manawatu Software Solutions
>http://www.software-solutions.co.nz


 -----Original Message-----
From:   Jason L. Coley  
Sent:   Wednesday, 25 October 2000 2:38 p.m.
To:     Multiple recipients of list delphi
Subject:         RE:  Re: [DUG]:  PR_ENTRYID to Outlook Widestring
EntryID?

Thanks for that, does anyone have the MAPIUtils.h file translated?

 -----Original Message-----
From:   Nello Sestini [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, 25 October 2000 1:36 p.m.
To:     Multiple recipients of list delphi
Subject:         Re: [DUG]:  PR_ENTRYID to Outlook Widestring EntryID?

Jason

> I am working with an Outlook add-in, and I can't figure out how I can
> convert the EntryID that gets returned by the MAPI so it can be used
in
> Outlook to find an item.

> I get the pointer to the msg item using the IMsgStore::OpenEntry
> function, which I can work OK, then make a call to get the Entry ID


there is a function (pardon my C++)

     HrSzFromEntryID(ULONG cb, LPENTRYID lpEntryID,
                        LPTSTR FAR *lpsz);


in MAPI32.DLL that i think does what you want.


Have a look at: 
http://msdn.microsoft.com/library/psdk/mapi/_mapi1book_hrszfromentryid.h
tm


-ns



------------------------------------------------------------------------
---
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

------------------------------------------------------------------------
---
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"

Reply via email to