How can I export my contact list into my new mobile phone?

M

Misty

I would like to be able to transfer all my contacts from outlook into my new
Nokia E51 mobile phone. I am pretty well computer illiterate, so would be so
greatful for step by step instuctions in baby language! :)
 
M

Misty

How can you not understand that?? I have asked how can I get the contacts
from my OUTLOOK contact list into my mobile. Why cant you understand that???
 
J

Judy Gleeson \(MVP Outlook\)

The software that ypur phone uses to synchronise is the software you need to
use to get the Contacts into the phone.

Follow the instructions that are on the CD which came with your new phone.
Also Nokia's web site may have some useful pages. They may also have their
own user support area where you can get help specific to your Nokia
software.

Regards

Judy Gleeson
MVP Outlook

www.judygleeson.com
www.deskdoctors.com
Want to be more productive? Outlook 2003 user? Read "7 settings all Outlook
2003 users should change" at www.pragmatix.com.au
 
R

Russ Valentine [MVP-Outlook]

If a device is able to sync with Outlook, then the software to do so and the
instructions on how to use it are the sole purview of the device
manufacturer. Other Outlook end users would not have that information. Your
question is for Nokia, not Outlook.
 
B

Brian Tillman [MVP - Outlook]

I would like to be able to transfer all my contacts from outlook into my
new
Nokia E51 mobile phone. I am pretty well computer illiterate, so would be
so
greatful for step by step instuctions in baby language! :)

Read the documentation that came with your phone.
 
Joined
Oct 24, 2008
Messages
1
Reaction score
0
I do have the same issue but need to reformat my Outlook contacts so that the phone recognises the numbers correctly. Basically need to drop the zeros after a +44 UK country dial code entry.

I am writing some VBA for Outlook 2003 to try and modify the 4,000 contacts I have.

First thing I am struggling with is the Restrict method and selecting only NULL data.
Second thing is the For Next loop which does not loop through all contacts. When I modify a contact the order is changed!

CheckCountry = "IsNull([BusinessAddressCountry])"
' line above does not work
'
' CheckCountry = "[BusinessAddressCountry] <> '" & "" & "'"""
' gives me the opposite of what I want!
'
' Set olkItems = olkFolder.Restrict(IsNull("[businessaddresscountry]"))
'line above does not work

Set olkItems = olkFolder.Restrict(CheckCountry)

' Set olkItems = olkFolder.Restrict("[BusinessAddressCountry] <> '" & "" & "'")


For Each olkContact In olkItems
'With olkContact
olkContact.BusinessAddressCountry = FixCountry(olkContact.BusinessAddressCountry, Trim(Left(olkContact.BusinessTelephoneNumber, 4)))
If NeedToSave Then
olkContact.Save
NeedToSave = False
End If
'End With
Next

Thanks for any help you can offer.

Cheers

Bandolier
 
S

Steve S

Brian Tillman said:
Read the documentation that came with your phone.

Nokia apparently does not provide for importation of other than .vcf files.
That would mean exporting one-by-one all contacts from Outlook. What might
be helpful if Outlook was not so limited in how it exports contacts.

It's hard not to be impressed by your consistently arrogant & unhelpful
replies.

Happy Thanksgiving
 
R

Russ Valentine [MVP-Outlook]

It's equally hard to understand your criticism. Certain realities are
inescapable. They include:
1. Synchronization has nothing to do with exporting
2. Outlook does not participate in the synchronization process. Outlook's
only job is to present a consistent interface to any synchronization
software that want to access its database. It does exactly that. It can do
no more.
3. Synchronization issues are the sole purview of the software that wants to
synchronize with Outlook's database.
Further deponits saith not.
 
B

Brian Tillman [MVP - Outlook]

It's hard not to be impressed by your consistently arrogant & unhelpful
replies.

Simply because you choose not to accept the truth does not mean I'm
arrogant.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top