attachments

  1. Owl

    Export Outlook PDF Attachment as JPG?

    Hello! I'm rather new to VBA. I have working code to save pdf attachments to a folder. Is there a way to convert these attachments to an image filetype such as jpg using VBA? I've looked all over the web, but the only solution I can find is to open the pdf in PowerPoint and export it as a jpg...
  2. geofferyh

    Outlook 2010 How to Copy Outlook Attachment to a Specific Folder?

    The attached VBA macro works with Outlook 2010 Rules, saving the attachment in messages that meet the condition of the rule. The attachment is supposed to go into "My Documents". Since there is no "My Documents" folder in Windows 10, the attachment is being saved to the "Attachments" folder on...
  3. D

    Autosave Attachment and Rename

    I have the following code that autosaves the attachments from any incoming mail and renames the attachment with the date and time so as not to overwrite. Public Sub AutoSaveAttachment(itm As Outlook.MailItem) Dim objAtt As Outlook.Attachment Dim saveFolder As String Dim dateFormat...
  4. D

    Saving Selected Emails as PDF and saving Attachments

    Greetings, I have inserted code below that, frustratingly, used to work. I need to highlight multiple emails and have the email save as a PDF and the attachments save with similar names for government logging purposes. The code below used to function. The problem was that within 1,000's of...
  5. J

    Tasks - the missing link... for me at least.

    Hi all I love Outlook Tasks. I customize the list view all sorts of ways to suit my needs and run it alongside my calendar to great effect. The only thing that has continued to bug me in not being able to edit in the reading pane - is there still no solution to this? And now a new desire...
  6. R

    Shortcut for attaching the same file repeatedly

    I frequently attach one specific file to outgoing messages (i.e., it is the same file every time). I am looking for a short cut for doing this. I have already put the attach-file command on the quick access bar. Unfortunately, I do not want to put the text into the body of the message because...
  7. Diane Poremsky

    Save Messages and Attachments to a New Folder

    Diane Poremsky submitted a new article on Slipstick.com Save Messages and Attachments to a New Folder Continue reading the Original Article at Slipstick.com
  8. P

    Macro to attach a file in a shared Outlook draft folder

    Hello. I am trying to do the following. Run a macro in Excel which will attach a file in Outlook (Office 2013) and save in the draft folder of a shared department folder. I will then go to the shared department Outlook account, review the email and click send. I need the email when received by...
  9. S

    VBA to search a keyword in attachment and move to a folder

    Hi, I am new to VBA and was trying to get outlook to search for a key word within an attachment then move the email to a folder if it found it. Normally I use the CTR E function and do attachment:'keyword' search this will show me all the emails that have that keyword (attachments I am...
  10. Diane Poremsky

    Disable Protected View for Outlook Attachments

    Diane Poremsky submitted a new article on Slipstick.com Disable Protected View for Outlook Attachments Continue reading the Original Article at Slipstick.com
  11. Diane Poremsky

    Remove Attachments From Messages

    Diane Poremsky submitted a new article on Slipstick.com Remove Attachments From Messages Continue reading the Original Article at Slipstick.com
  12. Diane Poremsky

    Outlook is sending winmail.dat attachments

    Diane Poremsky submitted a new article on Slipstick.com Outlook is sending winmail.dat attachments Continue reading the Original Article at Slipstick.com
  13. Diane Poremsky

    Edit and Save Outlook's Read-Only Attachments

    Diane Poremsky submitted a new article on Slipstick.com Edit and Save Outlook's Read-Only Attachments Continue reading the Original Article at Slipstick.com
  14. Diane Poremsky

    The Attachment Size Exceeds the Allowable Limit Error

    Diane Poremsky submitted a new article on Slipstick.com The Attachment Size Exceeds the Allowable Limit Error Continue reading the Original Article at Slipstick.com
  15. Diane Poremsky

    Save Attachments to the Hard Drive

    Diane Poremsky submitted a new article on Slipstick.com Save Attachments to the Hard Drive Continue reading the Original Article at Slipstick.com
  16. O

    Maker Checker - Colleague to authorise attachment

    Hello fellow outlookers I'm really hoping this is an easy fix as i've seen such a setup in a company i've worked at before. I need to set up an option which will mean that any Emails which include an attachment (also screen prints if possible) is required to be authorised by someone else...
  17. Randy Redekopp

    Outlook 2016 attachment content search

    I use conditional formatting extensively to manage email alerts coming from the various devices and processes in my environment. I have turned on the QueryBuilder as some conditions require more advanced analysis but that won't help with this particular issue. I am looking for a way to apply...
  18. A

    Create message from .msg file

    Hi all, I am a relatively novice visual basic coder, but usually can cobble solutions together. I apologize if I overlooked something obvious related to the following question: I would like to be able to turn a .msg file into an outlook message. In the GUI, I can do this easily; if I forward...
  19. peacepanda

    How to save attachment looking at the attachment name

    Hi All, I want to write a script that will do couple of things but at a high level I will list the tasks that the script needs to do. Read an incoming mail and save the attachment (The attachments are of format ABC_XYZ_YYYYMMDD.csv.zip) to a new folder everytime I receive the mail with a...
Back
Top