Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 30th, 2003, 08:43 AM
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default MAPI Automation with C#

Hello all,

I've been trying to query the Outlook contact list from within a C# application.
When using the standard Outlook object model (eg. ContactItem) the user gets a warning dialog (virus/worm protection) telling him that someone was trying to access his contacts.
To avoid this warning, I have to use the raw MAPI data table (which by the way is much faster). I think it's called IMAPITable in C++. I found several C++ header files for this structure an even some C++ examples, but nothing working for C#. I think the best thing would be some kind of C# wrapper.
I do not want to use redemption or other commercial third party libraries, because my app is not commercial but it might be installed by several users.

Thanks in advance, I appreciate every hint!

-Jan





Similar Threads
Thread Thread Starter Forum Replies Last Post
Mapi problem Metalpalo Pro VB 6 5 February 23rd, 2007 10:33 AM
MAPI BobR VB Components 0 February 7th, 2005 07:47 PM
MAPI help kane C++ Programming 2 October 13th, 2004 12:41 AM
MAPI and Domino5 leverell Pro VB 6 1 August 14th, 2003 08:36 PM
MAPI alantodd Pro VB 6 2 June 12th, 2003 09:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.