outlook taskItem entryID problem

G

Guest

Hi,

I am creating TaskItem in outlook by using C#.
I got the entryID from the taskItem when it was saved.
But later after the taskItem was moved to another MAPIFolder by
using the TaskItem.MoveTo(folderName), the entryID of the taskItem
was changed ? But why it was changed ? I know that the entryID should be
unique within the same store and the MAPIFolder is within the same store.

Thanks
 
K

Ken Slovak - [MVP - Outlook]

EntryID's can be changed when the item is moved depending on what store
provider you're using. A PST doesn't do that but an Exchange mailbox does.
 

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

Top