View Single Post
  #4  
Old January 25th 09, 05:02 PM posted to microsoft.public.outlook.program_addins
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Filter MAPIFolder



What is Items.RawObject? However, you might simply try it out.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Sat, 24 Jan 2009 10:15:56 -0800 schrieb Michael Tissington:

Thanks. Will the Items.RawObject also return the recurring appointments ?

On 01/24/2009 07:30, Michael Bauer [MVP - Outlook] wrote:
Assuming you have the folder already:

Dim Result as Items
Folder.Items.IncludeRecurrences=True
Set Result=Folder.Items.Restrict("[IsRecurring]=True")

Ads