Adding an item to calendar programatically

  • Thread starter Thread starter Moogo
  • Start date Start date
M

Moogo

Hi,

I'm writing a windows service in c# that needs to add a calendar item
to a public folder.
I'm currently trying to use the Outlook object, but I'm having trouble
with the namespace.logon function. My service is running under a
specific user that is not an exchange user.
Must the user running the service be defined as an exchange user?
Can't I specify a logon user that is different than the current one?
Is there another way to add items to the calendar, besides the Outlook
object?

Thanks.
 
Back
Top