lotus notes如何批量输出附件

lotus notes如何批量输出附件,最好能够远程一下,谢谢。 显示全部

lotus notes如何批量输出附件,最好能够远程一下,谢谢。

收起
参与13

查看其它 3 个回答deng5538724 的回答

deng5538724 deng5538724 软件开发工程师 Vtech

多看看帮助, 帮助上写的例子是这样的, 参考一下。

Dim doc As NotesDocument

Dim rtitem As Variant

\'...set value of doc...

Set rtitem = doc.GetFirstItem( \"Body\" )

If ( rtitem.Type = RICHTEXT ) Then  

Forall o In rtitem.EmbeddedObjects

   If ( o.Type = EMBED_ATTACHMENT ) Then      

Call o.ExtractFile( \"c:\samples\\" & o.Source )

     Call o.Remove      Call doc.Save( False, True )   

End If  

End

Forall

End If

互联网服务 · 2016-02-04
浏览1503

回答者

deng5538724
软件开发工程师 Vtech
评论41

deng5538724 最近回答过的问题

回答状态

  • 发布时间:2016-02-04
  • 关注会员:4 人
  • 回答浏览:1503
  • X社区推广