本文介绍了在IBM Lotus Notes PutInFolder()方法中,邮件文档在$ Sent或$ Drafts视图中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将邮件放入文件夹时,它会自动添加到$ Drafts或$ Sent。



objdoc = m_objNotesDBDst.CreateDocument();



objth.t_CurrentDoc.CopyAllItems(objdoc,true);



objdoc.Save(true,false,true); objdoc.PutInFolder(objth.t_PutInFolder,true);

While Putting mail in folder it automatically added in $Drafts or $Sent.

objdoc = m_objNotesDBDst.CreateDocument();

objth.t_CurrentDoc.CopyAllItems(objdoc, true);

objdoc.Save(true, false, true); objdoc.PutInFolder(objth.t_PutInFolder, true);

推荐答案



这篇关于在IBM Lotus Notes PutInFolder()方法中,邮件文档在$ Sent或$ Drafts视图中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 22:12
查看更多