要用VBA,参考程序Set newItem = olApp.CreateItem(olMailItem) newItem.To = "邮件地址"newItem.Subject ="abc" newItem.Body = "abc" newItem.Send