Page 1 of 1

Email.Enabled invalid?

Posted: Mon Sep 05, 2022 4:53 pm
by sabio5
I'm trying to use the Email features of the drivers API (driver version 9.2.359) but am unable to get past the first step. Attempting to set Email.Enabled = True is returning an invalid argument (E_INVALIDARG) error. The actual code (C++) is:

m_pPrinter->Option[L"Email.Enabled"] = L"True";

This same exact format works for other properties that need to be enabled, such as Overlay.Enabled.

I see there was a similar issue discussed back in 2009 involving case sensitivity, but I think the above matches the doc. Is there a mismatch between the doc and the actual case or spelling required?

Re: Email.Enabled invalid?

Posted: Fri Sep 09, 2022 5:25 pm
by sabio5
Is this forum still active? It seems uncharacteristically quiet.

Re: Email.Enabled invalid?

Posted: Thu Sep 15, 2022 5:19 pm
by Ivan - Tracker Software
Unfortunately, starting from V7, parameter names are case sensitive, and sometimes the API help does not reflect that.
Please use EMail.Enabled to fix the issue. We will fix the help on our side.