﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2731	AU3Check error on objects that contain properties with name (.To)	cory.r.stein@…	Jpm	"We have a function that uses the object CDO.Message.  The below simplified snippet of code fails to compile.  Looks like this might have been addressed in an earlier version, but have recently resurfaced.  Not sure if (http://www.autoitscript.com/trac/autoit/ticket/2113) is similar, but we are holding off on using the latest due to this issue.

Local $objEmail = ObjCreate(""CDO.Message"")
$objEmail.From = '""Test"" <Test>'
$objEmail.To = 'Test'

AU3Check fails to pass on the .To property, which I assume is because its a reserved keyword in the AI engine or something

"	Bug	closed		AutoIt	3.3.12.0	None	Fixed		
