Appropriate place to ask a C# question?

G

Guest

I just started a project in C# to work with Outlook pointed at an Exchange
server. All I'm trying to do is enumerate the items in a public folder
calendar folder and add duplicates into my default calendar folder. I'm
getting non-deterministic results on a single data set; after getting the
object from the public folder sometimes they can't be cast to be appointment
items (although if I loop trying the cast after catching the exception, it
sometimes eventually succeeds). And, if I re-run the application, the same
object often succeeds the next time. Anyway, this group seems to be for VBA
questions. Anyone know where the appropriate place to ask about coding to
outlook using C# is? Would it be the general C# group, or should I post my
questions (and the code fragment) here since it seems to be about behaviour
of Outlook, not about C# per se?

Thanks.
Tim
 

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