Retrieving Outlook Calendar Current week appointments only(vb.net)

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

Guest

Hai,
I am doing outlook progamming in vb.net,i wanted to display only current
weeks appointments but i am getting every appointments ,is there any function
i can
access only current week Appointments.Pls tell me possible answer
Regards
shilpa
 
You can return a filtered Items collection with the Restrict method. See http://www.outlookcode.com/d/finddate.htm

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Using that method returns only one day appointments, i want complete that
weeks appointments to display.any possible answer please
 
You must not have read the page completely, because it notes that the same logic can be applied to a date range and even provides a link to a code sample.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top