EntryID

  • Thread starter Thread starter afreyweb
  • Start date Start date
A

afreyweb

I need to know if there is any field in an outlook
element that be different to the others (I'm working with
Note and pots elemets). I try to work
with EntryId, but its too large ( I may export it to an
access table) !!!...would you help me
please?
Thanks and sorry for my english.

Alicia.
 
The unique keys that define where an item is located and how to get at
it are EntryID and the item's folder's StoreID. Other than that you
aren't guaranteed any unique fields.
 
Unless you create them and populate them yourself <g>

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers



Other than that you aren't guaranteed any unique fields.
 
True, which I'm always doing <g>. I usually use a custom Field in CDO
or Redemption and use the Session.CreateConversationIndex method for a
nice easy way to create a unique GUID for the field. Or if I'm not
using CDO I use the Win32 API function to create a GUID for that.

But that's not a shorter key than EntryID and it's not a standard
field of course.




Unless you create them and populate them yourself <g>

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top