L
Lynn
when i try to run this script it says:
c:\run.vbs(7, 1) Microsoft VBScript runtime error: Type mismatch:
'CreateItem'
Set myOlApp = CreateObject("Outlook.Application")
myItem = CreateItem(olMailItem)
Set myReply = myItem.Actions("Reply").Execute
can i know where is wrong? thanks
c:\run.vbs(7, 1) Microsoft VBScript runtime error: Type mismatch:
'CreateItem'
Set myOlApp = CreateObject("Outlook.Application")
myItem = CreateItem(olMailItem)
Set myReply = myItem.Actions("Reply").Execute
can i know where is wrong? thanks