1. Open Outlook
2. Goto Start -> Tools -> Address Book

3. The address book Will open and click on the button that looks like a business card on the top left
4. A promt will come up and you want to select "New Contact"

5. You will get a blank contact card to work with.
- Create Tags in the body portion of the card with the format
Tag:Data
- In this example we have two tags the first one is Tag1 and the data is Testing 1... 2... 3...

6. You will want to edit thier first and last names by clicking on the Full Name Button

1. Open Outlook Integrated Mass Mailer

2. Now if you click the to button a address book willl pop up and you will see the contact we created
- Outlook Might Complain and ask for permission and you'll see a dialog like this
- Just allow OIMM permission

3. Highlight the contact and click ok
4. Add a merge map by clicking the merge map button and you will be promted for the tag and the variable that you will put in the body
- You may want to refer to FAQ for a detailed definition, description of usage, and example of variable and tag.


5. Now write your body putting the variables created where the the data assigned by the merg map tags will go

6. Lets preview the first recipient in outlook by clicking on File -> Preview first

7. Outlook Will Pop Up with a compose box and the email with the variables replaced with the first recipients data

8. You can now send to the first recipient by the preview dialog
9. We recomend you Close out of the compose dialog and use the File -> Send All menu item
10. You can also save it as a template for later use
- it will save with a tmm extension
- it will save your subject
- it will save your merge maps
- it will save the body of your message
1. Purchase a License for for the Outlook Integrated Mass Mailer at http://oimm.adrenlinerush.net
2. Download the Installer from either http://oimm.adrenlinerush.net or from Files tab on this wiki
3. Run the Installer
oimmsetup.exe
4. At First Run it will prompt you for your activation key. It will not run the application until activation has completed.

Example: welcomeletter.tmm
1. Add a new template menu item
- Would promt to save current template
- Would clear subject, body, merge mappings
2. Merge map variable quick button and context menu
- button would insert the selected variable at cursor location in the body
- context menu would be a right click in the body to do the same thing
3. Open Dialog
- Show only folders and .tmm files
4. Template folder
- Perhaps default to save to a Mass Mailer Templates Folder in My documents
- Default location to the same thing
5. Edit Merge Map
- Option to edit both variable and tag
6. System Tags
- Disable removal of
- Disable editing of
- Disable adding tag or variable with name
6. If you have some suggestions for new features either contact support if you have a support agreement or your sales person
- If you only have .NET version 3.0 it will not do anything when you run it.
- This is linked to the First Name field in the Outlook Address Book.
- This is linked to the Last Name field in the Outlook Address Book.
- This is linked to the Title Field in the Outlook Address Book.
Example Template using system reserved variables:
Dear <<Title>> <<FirstName>> <<LastName>>, I want to thank you very much for your interest in the item I have for sale. Unfortunately I am out. I do however have serveral on order and should be here in the next couple weeks. <<FirstName>> would you like me to inform you once they become available. Sincerely, OIMM User
Example Merge to a person in Outlook's Address book named Mr. John Doe:
Dear Mr. John Doe, I want to thank you very much for your interest in the item I have for sale. Unfortunately I am out. I do however have serveral on order and should be here in the next couple weeks. John would you like me to inform you once they become available. Sincerely, OIMM User
AccountNumber:1234546
- The tag is AccountNumber
- The value that will be assigned in the template is 123456
<<AccountNumber>>
- any place in the message where <<AccountNumber>> appears will be replaced with the value assigned to a corresponding tag
- if we assign the previous tag to the the example of the variable any place where <<AccountNumber>> is would become 123456
- an example body with the previous to examples holding true
Thank you for creating an account with us. Your new account number will be: <<AccountNumber>>
Thank you for creating an account with us. Your new account number will be: 123456