首页| 论坛| 消息
主题:如何实现仅发送功能vba
z11111发表于 2017-09-29 08:16
下面代码可以发送,但是想实现仅发送的功能,就是发完后不在发件箱留副本.

Dim strMsg As String
Dim myFwdMail As Outlook.MailItem
Dim myFwdMeet As Outlook.MeetingItem
Set myFwdMail = itemMail.Forward
myFwdMail.Recipients.Add "xxx@xxx.com"
myFwdMail.Send
Set myFwdMail = Nothing
End Sub
回帖(0):

全部回帖(0)»
最新回帖
收藏本帖
发新帖