|
Posted by Treadstone on July 30, 2007, 3:09 am
Please log in for more thread options
Hi,
I am trying to develop a UI application that would send vCal and VCard
files over bluetooth.
I have 2 queries (or rather, 1 problem with which I am stuck and 1
query):
1. I am trying to add a reference to a Dll (created in .net VC++) in
my C# code, but VS2005 is not allowing me to add the reference. It
throws up a message box stating "Unable to add reference". Is there
anything that I need to do before adding reference? (Like registering
the Dll?)
2. I am able to query and retrieve contact/calendar details by
a. Querying the POOM interface in C++ or
b. Creating a new OutlookSession and extracting the Calendar/
Contact details in C#.
Is there any way by which I can obtain a vCal or vCard file by simply
querying some interface? Or do I need to manually convert the
extracted data into vCal / vCard format?
Thanks in advance.
Regards,
Treadstone
|