在IBM Lotus Notes PutInFolder()方法中,邮件文档在$ Sent或$ Drafts视图中? [英] In IBM Lotus Notes PutInFolder() methods mail document in $Sent or $Drafts view?

查看:137
本文介绍了在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);

推荐答案

草稿或


已发送。



objdoc = m_objNotesDBDst.CreateDocument();



objth.t_CurrentDoc.CopyAllItems(objdoc,true);



objdoc.Save(true,false,true); objdoc.PutInFolder(objth.t_PutInFolder,true);
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视图中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆