Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/craibuc/outlook-servicenow

Service Now tools for Outlook
https://github.com/craibuc/outlook-servicenow

outlook service-now vba-library

Last synced: 26 days ago
JSON representation

Service Now tools for Outlook

Awesome Lists containing this project

README

        

# outlook-servicenow

Service Now tools for Outlook

# Features

* Uses the RITM # in a message's subject or body to messages organized, placing the message in an eponymously-named folder

# Installation

* Open Outlook
* Press ALT+F11
* In the Project browser, open the Modules node, select `Import file...`, then choose `Rules.bas`

# Usage

* Create a new Outlook rule (`Rules | Create Rule...` menu)
* Select the Advanced Options... Button
* Choose desired `Select condition(s)`, then click Next
* Select `Run a Script`, then click `script` in the Edit rule window
* Select `Project1.ProcessMailItem` from the `Select Script` window

If the `Run a Script` option is not present, please follow these instructions to enable it: https://www.extendoffice.com/documents/outlook/4640-outlook-rule-run-a-script-missing.html.

# Dependencies

Located in project's `Tools | References...` window:
* Microsoft Scripting Runtime
* Microsoft VBScript Regular Expressions 5.5

# Contributions

* Import the `RulesTest.bas` file; ensure that unit test pass