G
Guest
Hi,
In Outlook 2002, I recall that I manage to use
l_appointmentItem.Links.Item(1).item.FullName to get the Full Name of a contact (inclusive of the Title eg: Dr.)
However in Outlook 2003, I noticed that this property is no longer available ..
Is there any equivalent ?
I have tried using
l_appointmentItem.Links.Item(1).Name -> this only gets me the name but without the Title ...
Any idea on how I can get all from the appointmentItem .. ??
Regards
Kwan
In Outlook 2002, I recall that I manage to use
l_appointmentItem.Links.Item(1).item.FullName to get the Full Name of a contact (inclusive of the Title eg: Dr.)
However in Outlook 2003, I noticed that this property is no longer available ..
Is there any equivalent ?
I have tried using
l_appointmentItem.Links.Item(1).Name -> this only gets me the name but without the Title ...
Any idea on how I can get all from the appointmentItem .. ??
Regards
Kwan