A
Arne Baldauf
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
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