Accessing outlook object model

G

Girish NS

Hi,

I'm trying to store appointment data to outlook appointments from a c#
application. So I'm using outlook object model thru COM interop. But in the
applicaton some of the methods like GetNameSpace() are missing.

I want to know while creating wrappers for COM out of process servers are
all methods provided in the wrapper object.

Is there any article on this topic?

Can anybody help me on this?

Thanks,
Girish.
 
N

Nicholas Paldino [.NET/C# MVP]

Girish,

Are you using the definition of Application from the general object
library, or from the Outlook object library? My guess is that you are doing
the former. Make sure that you are using the classes that deal with Outlook
specificially (by setting a reference to the Outlook object library), and
use that Application definition instead.

Hope this helps.
 
C

Christopher Davis

If you are interested in a native .NET scheduling component, please look at
Gravitybox Schedule.NET. It is a most comprehensive .NET component. The
source is even available if need be.
http://www.gravityboxschedule.net

If you have any questions please let me know.

Thank you for your interest,
Christopher Davis

email: (e-mail address removed)
website: http://www.gravitybox.com
phone: 1.866.GRAVBOX
 
G

Glenn Olshefsky

I too, cannot see the GetNamespace or other methods. I am using Outlook
2003 and referencing Microsoft Outlook 11.0 Object Library, v9.2,
located at c:\program files\microsoft office\office11\msoutl.olb.

I have researched:
http://support.microsoft.com/default.aspx?scid=kb;;Q309336
, but found that the _sinkhelper classes were already public.

Does anyone have any suggestions?

Thank you,
Glenn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top