getCalendarDataSet only returns one hit several times

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The following code only returns one item several times. How can I get the
rest of my calendar appointments?

DataSet l_ds = outlook.getCalendarDataSet();
string l_s = l_ds.GetXml();
System.Console.WriteLine(l_s);

I'm running Win XP Pro (Swedish) and Outlook 2003 Pro (Swedish) and I'm
using C# in Visual Studio .NET 2005.
 

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

Back
Top