What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Copying Contacts to non-Hotmail Email Accounts

Pages: (2): « First [ 1 ] 2 » Last »
Copying Contacts to non-Hotmail Email Accounts
Author: Message:
Mitcho1989
New Member
*

Avatar

Posts: 13
34 / Male / Flag
Joined: Sep 2009
O.P. Copying Contacts to non-Hotmail Email Accounts
does anyone here use an email account that ISNT hotmail? copying your contacts from messenger to them is a pain. i had about 500 contacts at one stage.

if anyones interested, i have written a basic program that can do the hard part of the job for you. its called MSN2CSV. all you have to do is save your contact list (works with both MSN and WLM contact lists), then MSN2CSV can convert the file to a CSV file, which is used by almost every email service there is.

instead of copying my contacts one by one from MSN to my gmail account (which i mainly use), it took me just a couple of minutes by using MSN2CSV instead.

furthermore, you can do it in 2 ways: either a simple conversion of one contact list to a CSV file, or an advanced method, which can combine multiple contact lists to one CSV file, and can also let you name each contact if you choose.

if it sounds like this could be any use to you, go to http://msn2csv.wordpress.com and check the Download page to get it.

any feedback is appreciated. speaking of which, sorry for the ugliness lol, its an old version of visual basic i wrote it with. am working on a modern one now.

thanks!
09-30-2009 01:20 PM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Copying Contacts to non-Hotmail Email Accounts
You can save the contact list as a CSV already from within WLM. It has been there since the old MSN Messenger days.

But none the less it looks good.

This post was edited on 09-30-2009 at 02:51 PM by matty.
09-30-2009 02:46 PM
Profile E-Mail PM Find Quote Report
Mitcho1989
New Member
*

Avatar

Posts: 13
34 / Male / Flag
Joined: Sep 2009
O.P. RE: Copying Contacts to non-Hotmail Email Accounts
you sure? i can only save contact lists to CTT files, not CSV :S

and thanks for the comment :)
09-30-2009 04:20 PM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Copying Contacts to non-Hotmail Email Accounts
quote:
Originally posted by matty
You can save the contact list as a CSV already from within WLM. It has been there since the old MSN Messenger days.

But none the less it looks good.

I thought so too, but checked before I posted and could only find .ctt as well =/
<Eljay> "Problems encountered: shit blew up" :zippy:
09-30-2009 05:33 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Copying Contacts to non-Hotmail Email Accounts
quote:
Originally posted by Spunky
quote:
Originally posted by matty
You can save the contact list as a CSV already from within WLM. It has been there since the old MSN Messenger days.

But none the less it looks good.

I thought so too, but checked before I posted and could only find .ctt as well =/
It has been so long since I have done it, isn't the CTT file simple a CSV? The more I think about it the more I realize its similar to an XML... FML.

09-30-2009 05:45 PM
Profile E-Mail PM Find Quote Report
Mitcho1989
New Member
*

Avatar

Posts: 13
34 / Male / Flag
Joined: Sep 2009
O.P. RE: Copying Contacts to non-Hotmail Email Accounts
nah, CSV is Comma Separated Values, nothing like XML lol

this is my 2 email addresses in a CTT file:
quote:
<?xml version="1.0"?>
<messenger>
  <service name=".NET Messenger Service">
    <contactlist>
      <contact type="1">mitcho1989@hotmail.com</contact>
      <contact type="1">mitcho1989@gmail.com</contact>
    </contactlist>
  </service>
</messenger>

in a CSV file:
quote:
Name,E-mail Address
Mitch,mitcho1989@hotmail.com
Mitch,mitcho1989@gmail.com

too many file formats! lol
10-01-2009 01:33 AM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Copying Contacts to non-Hotmail Email Accounts
It would be possible for a script to output all contacts to a CSV file...

If you wanted to make it even easier that is ;) lol

This post was edited on 10-01-2009 at 07:12 AM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
10-01-2009 07:11 AM
Profile PM Find Quote Report
Mitcho1989
New Member
*

Avatar

Posts: 13
34 / Male / Flag
Joined: Sep 2009
O.P. RE: Copying Contacts to non-Hotmail Email Accounts
i was hoping to be able to do that eventually. just gotta be bothered to sit down and read up on how to make scripts lol.

im barely a programmer lol ive done a small bit of visual basic, thats it.
10-01-2009 07:33 AM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: Copying Contacts to non-Hotmail Email Accounts
I started off with VBA and VB6... It's easy enough to learn, but I would say the syntax is closer to C++ rather than VB, but is obviously closest related to Javascript. I'll knock the script up tonight and comment it and see if you can pick anything up
<Eljay> "Problems encountered: shit blew up" :zippy:
10-01-2009 09:15 AM
Profile PM Find Quote Report
Mitcho1989
New Member
*

Avatar

Posts: 13
34 / Male / Flag
Joined: Sep 2009
O.P. RE: Copying Contacts to non-Hotmail Email Accounts
thanks mate, much appreciated :) lol
10-01-2009 11:48 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On