How to get connected contacts in appointment item?

  • Thread starter Thread starter Dikbill
  • Start date Start date
D

Dikbill

Hi there,

When I create an appointment item in Outlook a can connect contact items
with the button on the bottom of the screen, even contacts that don't have
an email
address can be choosen there!

My question is, where is that data stored?
I have a program written in VB 2005 with Outlook 2003 SP2.

When I have the Outlook appointment available in my code as object, I can
read and write
allmost all values but I can't find a value where the connected contacts are
stored.

Anyone have an idea how to get this info?
If it exists I also want to write values!

Thanx a lot,

Dikbill, The Netherlands
(e-mail address removed)
 
The contact link information is stored in the appointment item using the Links collection.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Sorry I just saw that!
tx

Dikbill


"Sue Mosher [MVP-Outlook]" <[email protected]> schreef in bericht
The contact link information is stored in the appointment item using the
Links collection.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba or, via web
interface, at
http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top