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