VBA Self-Cert I found this great article on certifying your own VBA, which allows running VBA code without messing with the Macro settings. //www.howto-outlook.com/howto/selfcert.htm
Outlook Rules VBA, to Bypass Exchange’s Rule Limit Custom Outlook Rules VBA to Bypass Exchange’s 32K rule limit. Add entries to the array returned by Jam_GetRules to add more rules. The first element of each array is a comma-delimited list of properties to check To, From, and/or Subject. The second element is a regular expression supported by Microsoft’s VBScript RegEx class. The third […]