Opening outlook 2010 through vbscript
问题 I want to send email using outlook 2010, windows 7 & IE8 , what is code required to get the "Outlook.Application" object?. I tried with CreateObject("Outlook.Application") but getting error "Object Required" 回答1: Sample Code :- ' Create email object Set oolApp = CreateObject("Outlook.Application") Set email = oolApp.CreateItem(0) email.Recipients.Add("abcaashn@gmail.com") ' Create the body of the email MailBody = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD W3 HTML//EN"">" MailBody = MailBody & "