So,how can I get the list of all printers from the server?
I use System.Drawing.Printing.PrinterSettings.InstalledPrinters
but this property only return the local printers and I want as well the
network printers added on the server computer.
If I call this property
from a windows applications it returns the entire printer list (network
printers as well).
So, how can I get the list of all the printers?