If you're using Linux, performing a recursive grep is very easy. For example: grep -r "text_to_find" . -r means to recurse "text_to_find" is the string to search for The dot simply means start …
Use CDO to send email from VBScript or VBA through Office 365
Sending email via VBScript or VBA using CDO is easy to do, but the correct configuration to relay through Office 365 is confusing to say the least and it took me me a while to find the correct …
Continue Reading about Use CDO to send email from VBScript or VBA through Office 365 →
How to run a VBA macro when new mail is received in Outlook
It can be very useful to run a VBA macro when new mail is received in Outlook. A customer asked me to write something that would log an entry to a SQL database when an email produced contact form was …
Continue Reading about How to run a VBA macro when new mail is received in Outlook →
SCO OpenServer Precompiled Binaries
Here you can find a collection of precompiled binaries for SCO OpenServer 5. I created these because SCO OpenServer 5 is very old now, and building modern or even semi-modern open source tools for …
Continue Reading about SCO OpenServer Precompiled Binaries →
Grant a single user access to access all users calendars in Office 365
If you need to Grant a single user access to access all users calendars in Office 365 this can be achieved by using the Add-MailboxFolderPermission cmdlet. If you are adding permissions to a mailbox …
Continue Reading about Grant a single user access to access all users calendars in Office 365 →
How to bulk whitelist domains in Office 365 using Powershell
How to Bulk Whitelist domains in Office 365 There are plenty of blog posts that explain how to add a mail flow rule in Office 365 to allow you to white list a sender domain, bypassing the 365 spam …
Continue Reading about How to bulk whitelist domains in Office 365 using Powershell →





