G
Guest
In Outlook 2003 I my code included accessing data in a contact item by
passing a an item from the Links collection. The code was ,object =
<object>.Links.Item(1).Item. That worked fine for months.
On upgrading to 2007 B2TR I had to remove the .Item bit at the end. The
code ran OK. Suddenly accessing the object returned (which should be an
olContact results in an eroor - the object does not support that method or
property. The debuffer declares the object to be of class "Link".
Why has the Links.Item(index) stopped returning an object of class olContact?
passing a an item from the Links collection. The code was ,object =
<object>.Links.Item(1).Item. That worked fine for months.
On upgrading to 2007 B2TR I had to remove the .Item bit at the end. The
code ran OK. Suddenly accessing the object returned (which should be an
olContact results in an eroor - the object does not support that method or
property. The debuffer declares the object to be of class "Link".
Why has the Links.Item(index) stopped returning an object of class olContact?