Recent content by D.Moore

  1. D.Moore

    Suggested Searches

    Hi, I would like to ask your help. I am trying to clear/disable the desktop outlook search bar's: "Suggested Searches" history. I had found the following article here on slipstick.com: "To clear the Suggested search terms in Outlook.com and Office 365 accounts, log into Outlook on the web's...
  2. D.Moore

    Strange VBA error

    @Diane Poremsky: Unfortunately, this doesn't solved the problem. Any other idea ? Also May I ask if you saw may other messaeg ?
  3. D.Moore

    Strange VBA error

    BIG thank you for your time, help and reply ! I try the suggested solution immediately and let you know the result. Allow me to ask: - it means no other, more effective error handling than on error resume available? - How this error can come at first place when the function indeed exist and...
  4. D.Moore

    Strange VBA error

    @Diane Poremsky, may I ask your help if possible? I am lost with this.
  5. D.Moore

    Strange VBA error

    Hi, I would like to ask your kind help. I have an Outlook VBA code (actually a pretty complex one) built in the past years step by step to cover all stuff I wanted to automatize in Outlook. One of this task to pull/move all my exchange account sent item folders content to my default exchange...
  6. D.Moore

    SendAndReceive question

    Understood, THANK YOU !!!!!!!!
  7. D.Moore

    SendAndReceive question

    Hi, I would like to ask your kind help with SendAndReceive. I know how to in itiate SendAndReceive programmatically, and I also now how to schedule itl. BUT May I ask if anyone knows if such thing, like, e.g: Private Sub Application_SendAndReceive() exist to add to ThisOutlookSession to...
  8. D.Moore

    VB script to Digitaly Sign newly created outlook message

    Please IGNOR my post, I realized what was the problem, which slipped my eyes for weeks. Sorry for the inconvenience. I would delete the post, but I could not found any method.
  9. D.Moore

    VB script to Digitaly Sign newly created outlook message

    Dear Diane, May I ask your kind help on the following issue: I have multiply "Send As" emails to use as "From" when sending emails. For some of them, I had purchased a certificate to be able to sign the emails when I am using those. Problem is, that this function on the screenshot below is not...
  10. D.Moore

    VBA script fail after Office 365 update

    I found a work around, adding the script into a schedule, eliminated this strange problem. Thank you !
  11. D.Moore

    PickFolder dialog "extension"

    Dear Diane, May I ask your help how (if at all) possible to extend the functionality of the pickfolder dialog with a "Don't Send Message" button ? In more detail what i am aiming for: This is the code (thanks to you) what i use to select in which folder to save the message before I send it...
  12. D.Moore

    VBA script fail after Office 365 update

    I tried, but thats did not solve the problem. I also reset the view, but this problem only exist, when the code added, if not, there is no problem. Strange.
  13. D.Moore

    VBA script fail after Office 365 update

    Thank you for your reply! I had added the deleted items macro into Application_Startup, as I would like to empty the deleted folders when outlook starts up. It works perfecty, BUT for some reason, I creates a strange effect in outlook. Whatever folder I click on, its get cleared, visually. I...
  14. D.Moore

    VBA script fail after Office 365 update

    You right, as always! I accidentally placed the debug MsgBox to the wrong place. The problem actually is with my For cycle. When objItems.Count = 0, so i = 0 , so nothing to delete, then its stuck int the for cycle. Strange why, as it is always worked till now.
  15. D.Moore

    VBA script fail after Office 365 update

    Dear Diane, After all update since 12730.20236 (including the latest one), this code not running anymore (though it was working perfectly in the last 2 years). I tried to debug it, and it seems, that can not resolve the shared mailbox (though nothing changed on the mailbox and if I restore a...
Back
Top