BCM: bind an calender item to an opportunity item.

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

Hi there!

I have a COM-AddIn running in an Outlook 2003.

This COM-AddIn reads specific email's and creates calender item and
opportunity items (in BCM) and contact items(in BCM).

This works just fine..!

I've manage to bind the contact item and opportunity item together but
I am having trouble with the calender item. I want to bind it to the
opportunity item.

My COM-AddIn is written with VB.Net.

Is this possible by code, I really want to automate this process.

The BCM functionality is a COM-AddIn itself... so it can't be that
hard i have tried figure this one out by myself but Iäam lost right
now..!

Anyone having any ideas??


Thanks in advance...
Carl
 
All those "history" links are stored in the Business History folder as
journal items. I'd haul out Outlook Spy and start poking around in the
custom properties on those items to reverse-engineer the linking mechanism.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hi there!

I have a COM-AddIn running in an Outlook 2003.

This COM-AddIn reads specific email's and creates calender item and
opportunity items (in BCM) and contact items(in BCM).

This works just fine..!

I've manage to bind the contact item and opportunity item together but
I am having trouble with the calender item. I want to bind it to the
opportunity item.

My COM-AddIn is written with VB.Net.

Is this possible by code, I really want to automate this process.

The BCM functionality is a COM-AddIn itself... so it can't be that
hard i have tried figure this one out by myself but Iäam lost right
now..!

Anyone having any ideas??


Thanks in advance...
Carl
 
Back
Top