P
ppp01
Hi all,
I am writing automation for office 2003 using PIA, but I find that
with using PIA or not just differ in the directives in the code,
1. with PIA
using Microsoft.Office.Interop.Outlook;
2. without PIA
using Microsoft.Office.Core;
using Outlook;
and the PIA is office version dependent, so it seems it is
trouble to use the PIA, then why should we use PIA since we can just program
automation without it ?
Thanks
I am writing automation for office 2003 using PIA, but I find that
with using PIA or not just differ in the directives in the code,
1. with PIA
using Microsoft.Office.Interop.Outlook;
2. without PIA
using Microsoft.Office.Core;
using Outlook;
and the PIA is office version dependent, so it seems it is
trouble to use the PIA, then why should we use PIA since we can just program
automation without it ?
Thanks