Email.Enabled invalid?
Posted: Mon Sep 05, 2022 4:53 pm
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?
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?