Contents

Creating a custom WLM contact list

Articles

2024
2023
2022
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009

Change log

Share this page

Creating a custom WLM contact list

Work instruction
Creating a WLM Contact List

Introduction

WLM, although being a very good tool for communication, suffers when it comes to adding multiple contacts. In a corporate environment where everyone relies on WLM, it is not useful to have to add each person in your address book one by one in WLM. There is the import/export contacts feature. It is used for backing up your contacts and re-importing them, however still it does not take into account that you may need to create a new list from scratch and import it.

For those who are responsible for administering it, there’s a very simple way of creating a “template” for use when a new employee joins and/or a user loses all contacts. See below.

Creating a contact list from scratch

The WLM contact list is based on XML. That is a fantastic bonus, as it makes life easier when it comes to creating a list. For creating a list via notepad, open notepad and insert the following code:

<?xml version=”1.0″?>  
<messenger>  
<service name=”.NET Messenger Service”>  
<contactlist>  
<contact>contact1@domain.com</contact>  
<contact>contact2@domain.com</contact>  
<contact>contact3@domain.com</contact>

…

<contact>contact20@domain.com</contact>  
</contactlist>  
</service>  
</messenger>

You can see as above that it works with tags. You may enter your email addresses between the <contact> and </contact>. Make as many of these as you’d like depending on how many contacts you have. This is useful for a small amount of contacts, say for instance in a department.

Save this document as a .CTT – you will notice that the icon of the file is a messenger icon.

image00

In WLM, go to the Contacts menu, and select Import Messenger contacts

image01

Select the .CTT that you created, and agree to importing X amount of contacts.

You will then find a whole list of contacts! Once you have been accepted by your colleagues, you will be able to start chatting.

For creating a very large list, remove the entries “<contact>contact*@domain.com</contact>”.

Export your Outlook contact list

image02

Select Export to file

image03

Choose Excel 97-2003

image04

Contacts (For best results, have your contacts organised so not to export people you don’t want in WLM)

image05

Select a Location

image06

Once this is done, please open the new .XLS file in Microsoft Excel

image07

You can extract all email data, removing the names and leaving only the addresses. Then create a new Excel workbook. In column A have <contact>, column B have the address and column C have </contact>

image08

Finally, copy/paste all of this data back into Notepad, and save it as a .CTT

image09

This will create a contact list which you can import into messenger as stated above. In WLM, go to the Contacts menu, and select Import Messenger contacts

image01

Select the .CTT that you created, and agree to importing X amount of contacts. You will then find a whole list of contacts! Once you have been accepted by your colleagues, you will be able to start chatting.

edit_note Edit this page.

Articles

2024
2023
2022
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009