标题:office outlook 2003 VBA 创建 MailItem 问题
只看楼主
Arui
Rank: 1
等 级:新手上路
帖 子:60
专家分:0
注 册:2006-10-15
 问题点数:0 回复次数:0 
office outlook 2003 VBA 创建 MailItem 问题
我的在outlook里想写一个事件,当打开邮件的时候进行一些处理,于是我写了如下的代码,可是并没有达到预期的效果,肯定是哪里写错了,我估计是红色的部分,可是不知道怎么改正,请高手帮忙
Dim WithEvents myMailItem As Outlook.MailItem

Private Sub Application_Startup()
    Set myMailItem = Application.CreateItem(olMailItem)
    MsgBox "Outlook is opend!"   
End Sub

Private Sub myMailItem_Read()
    MsgBox "Open a mail!"
End Sub
搜索更多相关主题的帖子: MailItem VBA outlook office 
2007-12-25 11:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-194187-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.934695 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved