Outlook doesn't export that property.

Signature
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
http://www.outlookcode.com/jumpstart.aspx
I exported it by a code to an access table....now I have de IdEntry and so I
want to find the element by this dato.
Outlook doesn't export that property.
--
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
http://www.outlookcode.com/jumpstart.aspx
> I have export some fields to an access table, now I need
> to find that element from "Find Menu"; I must find by
[quoted text clipped - 3 lines]
>
> Alicia.
Sue Mosher [MVP] - 24 Oct 2003 15:44 GMT
That's different! You can use the Namespace.GetItemFromID method to return the matching Outlook item, assuming it hasn't moved or been deleted.

Signature
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
http://www.outlookcode.com/jumpstart.aspx
> I exported it by a code to an access table....now I have de IdEntry and so I
> want to find the element by this dato.
>
> > I have export some fields to an access table, now I need
> > to find that element from "Find Menu"; I must find by
> > EntryId filed, but it's no posible...any idea?