开发者

Reading Lotus Notes Inbox Messages using VB.Net "Interop.Domino.dll"

开发者 https://www.devze.com 2022-12-23 09:16 出处:网络
How can I read Lotus Notes Inbox Messages using VB.N开发者_运维问答et?Instantiate a session object. Use that object to get a handle on the mail database object (in Lotusscript you would do this for th

How can I read Lotus Notes Inbox Messages using VB.N开发者_运维问答et?


Instantiate a session object. Use that object to get a handle on the mail database object (in Lotusscript you would do this for the current user ID by invoking the NotesDatabase.OpenMail method—otherwise, open the database in the usual way. There is an equivalent method in COM), and then declare a view object. Set that view object to the ($Inbox) folder.

This stuff is all documented. The key here is which mail file you need to process I guess, but your question is scant on detail.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号