Outlook/VBScript: I want to retrieved EntryID from TaskItem class

J

JayEff Land

Hi, I have a question concerning the EntryID from the TaskItem class
in Outlook. Here's my question I would like to stored the EntryID in
an Access Database at the same time that I am saving the rest of the
information (DueDate, Owner, Subject...etc) in my table. I do not know
if it is possible. My Problem is that the EntryID does not seems to
appears when I am saving the Recordset in my Item_Write event. I do
not know if it is created after the Item_Write event. I have tried by
putting the EntryID in the Item_Close event but I am not getting the
value. I am using VBScript. Is there anyway to catch the ID before
closing the Task Windows. Does anyone have a clue about it? Thanks
 
J

JayEff Land

Thomas Wetzel said:
Hello JayEff,

You can access the EntryId after saving an item.


Thanks,
I was not able to see the entryID in the item_write event in vbscript
but I did see it in the item_close. That was enough for me to update
my recordset.
 

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