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
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