A
abhimanyu
Hi,
I need to programmatically scan my files using whatever anti-virus
product is installed on my system. I guess Microsoft provides an
interface called IOfficeAntiVirus that has a single method called Scan
() but Can this interface be used by any application or it is
specifically for scanning Office files?
I dont think making the application product dependent will be a good
idea i.e. using different API for different products.
Thanks
I need to programmatically scan my files using whatever anti-virus
product is installed on my system. I guess Microsoft provides an
interface called IOfficeAntiVirus that has a single method called Scan
() but Can this interface be used by any application or it is
specifically for scanning Office files?
I dont think making the application product dependent will be a good
idea i.e. using different API for different products.
Thanks