A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

EntryID



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 3rd 06, 09:03 PM posted to microsoft.public.outlook.program_vba
Arne Baldauf
external usenet poster
 
Posts: 3
Default EntryID

Hello,

I am currently writing my own Outlook sync tool (using C#), as I could not
find any tool which is available for free and which meets my requirements
(synchronizing any folders and items on my notebook and pc).

There is still much work to be done, but at least I have succeeded in
reading the full contents of an outlook store and mapping some of the basic
information to a xml structure (for comparison of changes since the last
sync). So I have some questions about the information to gather (which are
not c# specific (which is the reason why i post this to the vba group)):

- Is the "EntryID" of every item througout the whole folder hierarchy a
unique one?

- Is the "EntryID" a fixed value, especially when duplicating an entry and
moving it to another store (read: .pst file)?

- Does the "LastModificationTime" get changed when doing basic operations
which do not affect the primary contents of an item (such as "marking as
unread" or the like)?

Thanks in advance,

Arne


Ads
  #2  
Old February 4th 06, 09:18 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default EntryID

Am Fri, 3 Feb 2006 22:03:13 +0100 schrieb Arne Baldauf:

1. In a folder all EntryIDs are unique.

2. ThereŽre different ways to change an EntryID. Moving the item into
another *.pst is one of them.

3. Flagging the item as read doesnŽt change the LastModificationTime. You
can use a tool like OutlookSpy (www.dimastr.com) for exploring these
informations.

My two cents: If your app is really finished then youŽll know that spending
e.g. $60 for a good sync tool is very much cheaper than developing it
yourself :-)

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


Hello,

I am currently writing my own Outlook sync tool (using C#), as I could not
find any tool which is available for free and which meets my requirements
(synchronizing any folders and items on my notebook and pc).

There is still much work to be done, but at least I have succeeded in
reading the full contents of an outlook store and mapping some of the

basic
information to a xml structure (for comparison of changes since the last
sync). So I have some questions about the information to gather (which are
not c# specific (which is the reason why i post this to the vba group)):

- Is the "EntryID" of every item througout the whole folder hierarchy a
unique one?

- Is the "EntryID" a fixed value, especially when duplicating an entry and
moving it to another store (read: .pst file)?

- Does the "LastModificationTime" get changed when doing basic operations
which do not affect the primary contents of an item (such as "marking as
unread" or the like)?

Thanks in advance,

Arne

  #3  
Old February 4th 06, 02:21 PM posted to microsoft.public.outlook.program_vba
Arne Baldauf
external usenet poster
 
Posts: 3
Default EntryID

1. In a folder all EntryIDs are unique.

2. ThereŽre different ways to change an EntryID. Moving the item into
another *.pst is one of them.

3. Flagging the item as read doesnŽt change the LastModificationTime. You
can use a tool like OutlookSpy (www.dimastr.com) for exploring these
informations.


Thanks for these informations.



My two cents: If your app is really finished then youŽll know that
spending
e.g. $60 for a good sync tool is very much cheaper than developing it
yourself :-)


1.) As I am a student at the moment I'd prefer to spend my limited amount of
money on hardware instead of software that I could write for myself instead.

2.) I like to take the challange of it

3.) None of the tools which I found are to my liking, and the only one that
does (demo version) crashes at the end of the sync process..

Kind regards, Arne


  #4  
Old February 4th 06, 05:41 PM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default EntryID

Am Sat, 4 Feb 2006 15:21:47 +0100 schrieb Arne Baldauf:


My two cents: If your app is really finished then youŽll know that
spending
e.g. $60 for a good sync tool is very much cheaper than developing it
yourself :-)


1.) As I am a student at the moment I'd prefer to spend my limited amount of
money on hardware instead of software that I could write for myself instead.

2.) I like to take the challange of it


A good answer.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Invalid EntryID KatTheBird Outlook - Using Contacts 0 March 7th 06 06:45 AM
How to find Appointment Item by EntryID? deko Outlook and VBA 2 January 23rd 06 07:15 PM
New ContactItem with same EntryID jim Add-ins for Outlook 3 January 20th 06 07:01 PM
Scope of StoreID and EntryID Scott Outlook and VBA 4 January 20th 06 06:35 PM


All times are GMT +1. The time now is 02:21 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.