Getting the OWA URL of Contact Item using Outlook Objects and CDO in vb.net 2.0

  • Thread starter Thread starter dwhicker
  • Start date Start date
D

dwhicker

Hello,

I must be missing something obvious here in my vb.net 2005 console
application

I cannot see a way of getting a contact items OWA URL out of the
outlook contact item. If I try to include a CDO session to look it up
it bombs out:

Dim oSession As MAPI.SessionClass
with the error message:

Retrieving the COM class factory for component with CLSID
{3FA7DEB3-6438-101B-ACC1-00AA00423326} failed due to the following
error: 80010106.

Any help would be most appreciated, surely there must be an easier way
....

Thanks,

David
 
CDO 1.21 is not supported in .NET languages. Consider using Redemption or maybe even WebDAV.

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

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