Creating a new olAppointmentItem using C#

Joined
Jun 29, 2010
Messages
1
Reaction score
0
Hello all :) new to the forums so first off will say Hi!

I am looking to create appointments in outlook using C# now this I have done but using Outlook.Application oApp = new Outloook.ApplicationClass();

which opens my local Outlook account now we don't have an exchange server so no shared folders... but the server has access to every ones .pst file just in different directories... IE (Server)/user/.pst file) now I can tell who the appointment needs to go to but is there a way to actually point to the right .pst to actually put the appointment in that correct users folder? instead of opening the local outlook which is just installed so it can create these appointments any ideas ? thanks!
 

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