请问outlook中applicantiongdata 目录 收件箱中若干个信连成一个文件如何分离,提取 (100分)

  • 主题发起人 主题发起人 yuanhuajie
  • 开始时间 开始时间
Y

yuanhuajie

Unregistered / Unconfirmed
GUEST, unregistred user!
请问各位高人:
请问outlook中applicantiongdata 目录 收件箱中若干个信连成一个文件如何分离,提取
的软件或控件实现
 
通过vba行不行?
 
我没试过,不过我想应该可以采取读写INI文件的形式来读写。
var fini.......

begin
FINI:=TINIFile.Create(ExtractFilePath(Paramstr(0))+'/?????');
With FINI do
Try
???:=readinteger('windows','top',0);
???:=readinteger('windows','left',0);
Hidemainform:=readbool('windows','hidemainform',true);
openFileName:=readstring('lastfiles','FileName','????');
Finally
Destroy;
End;
你自己分析一下文件结构,试一试。也许行的。
 
多人接受答案了。
 
后退
顶部