Printing TIFF files directly from Outlook

K

Kevin and Kim

Hey everyone!

Just wondering if anybody knows the best way to print an attached TIFF file
via a macro in Outlook...Besides using "ShellExecute". Is it possible?

Thanks!

Kevin
 
S

Sue Mosher [MVP-Outlook]

Outlook has no interface for printing anything but Outlook items. You need
to use either generic Windows methods (e.g. ShellExecute) or the methods for
some installed program that can open and print TIFF files.
 
Top