Okay, this is a VERY long shot, but it's worth a try: Is there a tool that runs as a Windows Service, regularly checks a POP3 e-Mail account and for every mail, prints out the attachments (PDF or XPS)?
|
feedback
|
|
There isn't a service I'm aware of however you could so something to an email client. Here are two solutions for Outlook. | |||
|
feedback
|
|
You can write one using the samples on Code Project, and manage the printing of documents using the API according to each MIME type. Well, that's how I'd do it. | |||||||
feedback
|