outlook

  1. P

    Run Time Error 91 when linking contact to task in VBA

    I have a piece of code that creates a task then links a specified contact to the task. It worked fine in Outlook 2010, however I have recently updated to the most current version of Outlook (Office 365 version 1708) and the Links.Add method is now throwing the run time error 91 with the "object...
  2. T

    Outlook AntiSpam with VBA

    So we know Outlook has this internal filtering system that sends junk mail to Junk folder even when filtering option is turned off. I'm wondering if there's a way to look at or "hack" it. Using VBA or something? I want to keep some emails from being labeled as Phishing or junk by the internal...
  3. V

    VB script code to save a specific email attachment from a given email

    Hi, I'm new to VBA and also this forum. I'm using a simple script code to save email attachments to a Drive folder and name them when they arrive, and activating it within an Outlook rule(run a script), its working fine.......when there is only one attachment in the email. Is there a script...
  4. N

    Saving And Deleting Outlook Attachments with Unknown Error Message

    Hey Folks, I am trying to write a macro that loops through an Outlook folder and its subfolders, looks for messages with attachments, saves them somewhere else (e.g. D:\...), and, if there has not been any error, deletes the specific attachment and writes down a log (I use that with in...
  5. R

    Recover Deleted Appointment in Calendar

    How can one recover A Deleted Appointment in Outlook 365 Calendar? A deleted appointment does NOT appear to be moved to the Deleted Items folder, where deleted emails are stored. Rick.
  6. B

    Macro to manually move selected emails to network folder

    Hello. Great website. (Didn't even know macros existed in Outlook until i found your website.) Need some advice. We recently switched our entire office of 20 people from on-premise exchange to Office365 during a server upgrade and we rely heavily on public folders for managing...
  7. J

    VBA to switch Outlook online/offline

    Most of my tasks are done via Outlook ie most of the work I do is composing and responding to emails. I can switch Outlook offline /online manually, but I was wondering if there was a Macro that would automate this. My schedule is as follows 7am Online 8:45 Offline 10:45 Online 10:50 Offline...
  8. Bob Franklin

    Emails Not Received in my Outlook account

    Hello, I belong to the development industry and I develop mobile applications and websites. I have joined this community to get an issue resolved with the help of you guys. We use outlook for our official communications in the office as well as with our business clients. However, from past few...
  9. A

    Cannot Figure Out One Thing on VBA

    Hello All! I have been working away on a project and I am at a stopping point and would love help if anyone has insight on this. Here is the current Macro that I have. This will take an appointment and when ran will create an email to remind the client of their appointment including detail...
  10. K

    How to find specific header and copy the mail body

    Hi Team, i have gone through many outlook forums and could not able to figure out correct code for my requirement. i have group mail box in we receive mails frequently with Subject line " Request ID 691941: Call Lodged " here 691941 keep changing with request coming in mail box and remaining...
  11. J

    Outlook Rules - Changing auto-submit address in multiple rules, according to rule name

    Hello everyone, I am trying to change some rules in outlook, as I have more than 300 rules and would like to change the routing for a given email to a group depending on the name of the rule. I tried to make an adaptation in the code of the list of rules and Sort Rules, but still I could not...
  12. Micheal Ivan

    How to fix it ?

    Hi, When I go to Tools | Options | Stationery and Fonts in Outlook 2007 the button to change fonts is grayed out. Is there a route around this, if you don't mind so that my text styles are predictable all through? Much appreciated!
  13. D

    Outlook macro with today's date in subject and paste clipboard in body

    Hi everyone, Very new to VBA. I write similar emails everyday to the same email address. I needed some help to automate it using VBA macros. Basically, I want: To: xyz@xyz.com Subject: 'TEXT' & todays date & the sent email counter(if possible) Body: Clipboard item Send Can somebody please...
  14. nathandavies

    Email Details to Excel & Save as .MSG on one macro - combination of 2 macros

    Hi all, I have a macro at the minute which i have found and changed to suit my needs which saves an email in a file location on my server at work. I have just found another macro which inputs details from an email message into an excel spreadsheet. i was wondering if anyone would be able to help...
  15. M

    Selecting folder with msoFileDialogFolderPicker

    This macro saves selected emails into a folder chosen by function "BrowseForFolder". It also adds the date as part of the filename. My issue is that the default start folder selected is always the same and I have to navigate to the folder each time. I want to use "msoFileDialogFolderPicker" to...
  16. S

    Shortcut/button to a Calendar Group

    Greetings, I've made several Calendar Groups (me and the boss, me and a few coworkers, etc). I hide the left folder bar and it takes several clicks to change between Calendar Groups. Is there a way to make a button on the Ribbon or above the ribbon to display one of several Calendar Groups...
  17. C

    Outlook Subject Line Macro

    Hi Guys, Unsure if this is possible and im really new to this but is it possible to look for say a 6 digit number within the subject line and save it. Example: Subject line: math test 675439 Macro will resave over the original email as subject line 675439 Not matter where in the text the...
  18. K

    Paste from Windows Clipboard then change font without losing formatting

    I need a little help on a macro that will help simplify copying and pasting from a Console terminal window into an email and be able to keep the formatting, yet change the font. What I need to do to make it look right is paste it into the email and then change all the text to "Courier New" from...
  19. T

    SMTP messages stuck in Outbox

    We use MDeamon V16.02 with Outlook Connecter for server / users have Office 2010 32-bit This is weird it is only happening in one remote office for three users. When I send just a plain text email to them it is received in real time. When I reply or send a new message from their accounts as...
  20. D

    Help with code to move mail on receipt to another folder based on time received

    I have a motion sensing security camera in my server room. It sends a mail message with a snapshot any time motion is detected. I'm trying to create a rules script that moves those messages received between the hours of 6am and 6pm to another folder (so I don't have to see them in my inbox...
Back
Top