How To Set Up Quick Print In Outlook
How to print all attachments in one/multiple emails in Outlook?
As you know, information technology will only print the email content such as header, trunk when y'all click the File > Print in Microsoft Outlook, but not print the attachments. Here we will prove you how to print all attachments in a selected email at ease in Microsoft Outlook.
- Print all attachments in one electronic mail message one by one
- Batch print all attachments in one email bulletin
- Batch impress all attachments in multiple selected emails
Print all attachments in one email bulletin 1 by ane
Microsoft Outlook provides us with Quick Impress characteristic, which can help y'all print attachments in an email bulletin i by one.
1. Select the e-mail message whose attachments you will print afterward.
2. Click i attachment in this e-mail.
3. Click the Quick Print button in the Deportment group on the Attachments tab.
Note: the Attachment Tools won't be activated until you click attachments in emails.
iv. An Opening Mail Attachments comes out, and please click the Open up push button in information technology.
Please note that this pace will open the selected attachment, and print this selected attachment at the same time.
To print other attachments in this e-mail, please repeat the Pace 2 to Stride 4.
Speedily save/export all attachments from multiple emails in Outlook
Normally we can relieve attachments from ane electronic mail with activating the Attachment Tools and applying the Salve All Attachments feature in Outlook. But, what if saving attachments from multiple emails, or from the whole mail service binder in Outlook? Try Kutools for Outlook'due south Save All (Attachments) feature. Click for lx-day free trial without limitation!
Batch print all attachments in one email message
If there are many attachments in the selected email message, information technology will be time-consuming to print them i by one. And the follow method will walk you through batch printing all attachments in one email messages easily.
1. Select the email message whose attachments yous will print later on.
ii. In Outlook 2010 or later versions, please click the File > Impress > Print Options. See the post-obit screen shot:
3. In the Print dialog box, Delight check the Print attached files. Attachments will print to the default printer only. option in the Print options section.
4. Click the Impress button.
5. In the popping out Opening Postal service Attachment dialog box, delight click the Open button to go alee. (Note: This dialog box will popular out for each attachment separately.)
At present all attachments in this selected electronic mail message volition exist printed together.
Batch impress all attachments in multiple selected emails
To print all attachments in multiple emails in Outlook, please follow below steps to apply the VBA code.
i. In the mailing list, please hold Ctrl or Shift keys to select multiple emails whose attachments you lot will print.
2. Press Alt + F11 keys together to open the Microsoft Visual Bones for Applications window.
3. Click Insert > Module, and and so paste below VBA lawmaking into the new module window.
VBA: Impress all attachments in multiple Outlook emails
Sub PrintAllAttachmentsInMultipleMails() Dim xFileSystemObj, xShellApp Equally Object Dim xNameSpace, xNameSpaceItem, xItem As Object Dim xTempFldPath, xFilePath As String Dim xSelItems As Outlook.Option Dim xMailItem As Outlook.MailItem Dim xAttachments As Outlook.Attachments Dim xAttachment Every bit Outlook.Zipper On Fault Resume Side by side Set xFileSystemObj = CreateObject("Scripting.FileSystemObject") xTempFldPath = xFileSystemObj.GetSpecialFolder(2).Path & "\Attachments " & Format(At present, "yyyymmddhhmmss") 'xFileSystemObj.GetSpecialFolder(2) For saving temporary files If xFileSystemObj.FolderExists(xTemfldpath) = False Then 'create temporary folder xFileSystemObj.CreateFolder (xTempFldPath) End If Set xSelItems = Outlook.ActiveExplorer.Selection Set xShellApp = CreateObject("Beat.Awarding") Set xNameSpace = xShellApp.NameSpace(0) For Each xItem In xSelItems If xItem.Class = OlObjectClass.olMail Then Set xMailItem = xItem Fix xAttachments = xMailItem.Attachments For Each xAttachment In xAttachments xFilePath = xTempFldPath & "\" & xAttachment.FileName xAttachment.SaveAsFile (xFilePath) Set xNameSpaceItem = xNameSpace.ParseName(xFilePath) xNameSpaceItem.InvokeVerbEx ("print") Adjacent Terminate If Next Set xItem = Nothing Gear up xNameSpaceItem = Null Set xNameSpace = Zilch Ready xShellApp = Nothing Set xFileSystemObj = Zip End Sub 4. Printing F5 key or click the Run button to run this VBA code.
At present all attachments in the selected emails are printed out.
Demo: print i or all attachments in an Outlook email
Tip: In this Video, Kutools tab is added past Kutools for Outlook . If you demand it, please click here to accept a 60-24-hour interval free trial without limitation!
Kutools for Outlook - Brings 100 Advanced Features to Outlook, and Make Piece of work Much Easier!
- Auto CC/BCC by rules when sending e-mail; Car Forrad Multiple Emails by custom; Auto Reply without exchange server, and more than automatic features...
- BCC Warning - show bulletin when you try to answer all if your mail address is in the BCC list; Remind When Missing Attachments, and more than remind features...
- Respond (All) With All Attachments in the postal service conversation; Reply Many Emails in seconds; Auto Add Greeting when reply; Add together Engagement into discipline...
- Attachment Tools: Manage All Attachments in All Mails, Auto Disassemble, Compress All, Rename All, Salve All... Quick Study, Count Selected Mails...
- Powerful Junk Emails by custom; Remove Duplicate Mails and Contacts... Enable you lot to practise smarter, faster and better in Outlook.
Comments (18)
Rated 5 out of five · ane ratings
Source: https://www.extendoffice.com/documents/outlook/1381-outlook-print-all-attachment.html

0 Response to "How To Set Up Quick Print In Outlook"
Post a Comment