Search results

  1. B

    Delete Read Receipts in Your Outlook

    Dear all, I found a great article Batch Delete All Read Receipts that just awesome in removing all read receipts of Outlook folders. I would like to change it a bit so that instead of looping all folders, it would remove read receipts in one folder only. I tried to changed the part from the...
  2. B

    How to get PST folder datetime?

    The code I was able to geto from Diana's Slipstick Forum Print a list of your Outlook folders and slightly amended to be able to get datetime properpies of the Outlook folder. The output generated in the MS Outlook nested folder is fine, but it does not work with PST folders, the output...
  3. B

    Move emails from one account to another

    Dear Peter, It is not Gmail, it is corporate email. Forwarding is disabled.
  4. B

    Move emails from one account to another

    Dear all, I need a piece of advice for situation such as follows. Recently, the company I work at switched to individual-based email accounts instead of position-based email account (which were used before). For instance, I had account tc@xxx.com and now it is mb@xxx.com It created a lot of...
  5. B

    Search and Find Email by Folder Name

    Hello, any feedback please? Regards
  6. B

    Search and Find Email by Folder Name

    Hello Diana, Can you please help me as I am stuck with this code? I extracted it from the Sub SearchByAddress Use Instant search to find messages from a contact and changed it a bit so that the Search finds the foldername instead of contact. I get the result, but rather than FullFolderPath I...
  7. B

    Zoom automatically next email item (VBA)

    Hello Diana, Thank you for the recommendation, I used the 2nd option, i.e. "Set the Zoom Level in Open Messages", however, it has the same effect for my purpose, it does not works with the shortcuts.
  8. B

    Zoom automatically next email item (VBA)

    Hello, I currently use the following code for zooming email, which is located in ThisOutlookSession. It works well for double-click or ENTER carriage pressed. However, it does not zoom either next or previous e-mail item (I either use hotkey "CTRL + >" / "CTRL + <" or click "Next Item /...
  9. B

    Select / activate first email item in the searched query

    Dear all, I am currently using the code as follows to search for any emails that were sent / received during a certain period. So far so good. Now, how can I select and activate first email found in the chain of emails? Screenshot attached. Private Sub Emails()...
  10. B

    Remove Subject Residual

    Dear all, Looks like there is another reason, it tripped today again, attached is screenshot. Only PC was running, laptop was off. I cannot understand what tripped it, although there was an incoming reading confirmation and I have opened reminder window with pending tasks. Could either of these...
  11. B

    Clear Offline Items (Mail Folder) via VBA

    Dear All, Does anyone know of a way to Clear Offline Items (Mail Folder) via VBA? Currently, I do this way: select mail folder, Properties > Clear Offline Items. Attached is screenshot of the mentioned.
  12. B

    Remove Subject Residual

    Hello Diana, Yes, this is Exchange account. Until now I could not identify what triggers it, in certain times the error message pops-up when Outlook was already running and there incoming emails when both PC Outlook and laptop Outlook are running at the same time. Before I used to get this...
  13. B

    Remove Subject Residual

    Dear all, I need some piece of advice. I am using the following code to strip message subjects of such words, as example {EXTERNAL}", "HA:", "[Ext]", "[EXTERNAL] and so on. Location is in ThisSession of Outlook. I use the rule such as "with specific words in the subject"and "run a script". I...
  14. B

    VBA to send reminder email if no response

    I would be interested in reading the response from Diana, this is topic I was long time interested in...
  15. B

    Paste formatted text (bold, underlined and in quotes)

    Dear Outlook / VBA experts, I am using the following code (googled it) to paste un-formatted text to email message. How can I change it, so the text pasted is bold, underlined and in quotes? Here is an instance for example in the next line. The text - antelope was darker - is pasted, once...
  16. B

    Instant search with special characters

    Hello all, Can anyone comment on my question as follows?
  17. B

    Instant search with special characters

    How to use Instant Search for "[External]" or "{External}" or "[Ext]" keywords? The square or the curly bracket seem to be ignored in the instant searh.
  18. B

    Change font of reminder of an email header

    Dear Diana, How about programmatically? In the Menu > Developer, there is an option "Design This Form", does it have a way to modify existing form so that I can amend font for the line reminders?
  19. B

    Advanced Search in MS Outlook by VBA and SQL

    Dear Diana, Thank you! That was helpful! :)
  20. B

    Change font of reminder of an email header

    Hello all, Is there a way to make font for line reminder (selected in red rectangle) to be in different font / color / size? The font is so small that I have diffulties reading it. I have attached a screenshot
Back
Top