Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 RDOAttachment.SaveAs 批量保存大量附件,但这严重减慢了整个操作,因为它们都必须先进入磁盘。有没有办法使用 IStream 接口直接流式传输它们?
不,因为 Redemption 支持的所有语言都不支持 IStream COM 接口。您可以改用 AsText 或 AsArray 属性。