Hi,
I'm trying to test IMF filter with my application.
I need to customize it so that i try to exicute the sample program named CustomFilterSink given under SDK for spam filtering.
I get the following two errors when I compile the program.
C:\Program Files\Exchange SDK\SDK\Include\Seo.Idl(773) : error MIDL2011 : unresolved type declaration : SIZE_T [ Type 'SEO_HKEY' ( Parameter 'skBaseKey' ) ]
C:\Program Files\Exchange SDK\SDK\Include\Seo.Idl(773) : error MIDL2009 : undefined symbol : [ Parameter 'skBaseKey' of Procedure 'Load' ( Interface 'ISEORegDictionary' ) ]
Please help me anyone who knows this or tested this SpamFiltering sample.
I'm using MS VS 6.0
Thanks