Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/craibuc/outlook-servicenow
- Owner: craibuc
- License: mit
- Created: 2019-01-14T21:44:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T22:11:36.000Z (almost 6 years ago)
- Last Synced: 2023-03-16T18:00:52.825Z (almost 2 years ago)
- Topics: outlook, service-now, vba-library
- Language: Visual Basic
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` windowIf 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