I
isuck@coding
Hi there,
I am trying to search through the appointments in my Calendar (using VSTO;
VB.NET) to identify appointments that match in Subject and Location.
I looked at the code examples on http://support.microsoft.com/?kbid=313800
and I tried both the for-loop and the for-each approach. I substituted
objNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderContacts)
for Dim objContacts As Outlook.MAPIFolder =
objNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar)
but then I did not get access to the .FullName method, and none of the
available methods have anything to do with retrieving Subjectname or Location
from the Appointment object.
Can someone please point me into the right direction?
Many thanks
I am trying to search through the appointments in my Calendar (using VSTO;
VB.NET) to identify appointments that match in Subject and Location.
I looked at the code examples on http://support.microsoft.com/?kbid=313800
and I tried both the for-loop and the for-each approach. I substituted
objNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderContacts)
for Dim objContacts As Outlook.MAPIFolder =
objNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar)
but then I did not get access to the .FullName method, and none of the
available methods have anything to do with retrieving Subjectname or Location
from the Appointment object.
Can someone please point me into the right direction?
Many thanks