On 3/29/11 4:06 PM, Jacob Carlborg wrote: > I've made a few minor changes: > > * Renamed EmailStatusCode.Off -> None and On -> Any I suggest we follow the nascent convention that enum values start with a lowercase letter. Andrei