A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2007 - import/export vCard problems



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 25th 07, 10:54 PM posted to microsoft.public.outlook.contacts
Mike
external usenet poster
 
Posts: 5
Default Outlook 2007 - import/export vCard problems

Outlook 2007 (like previous versions of Outlook) still fails to properly
implement the vCard standard. In a VCF file with mulitple records, Outlook
only imports the first one; even Outlook Express will import this kind of
VCF file correctly. On the flip side Outlook cannot properly create VCF
files from mulitple contacts; yes, there is the kludge to foward an an email
with multiple contacts, but this does not create a single VCF file, and
requires numerous extra steps (and takes a LONG time for a large list). I
know there are tools to 'fix' this, but is there a reason Outlook still
fails to implement this standard correctly?

Mike


Ads
  #2  
Old January 25th 07, 11:03 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 - import/export vCard problems

Such "why?" questions are largely rhetorical unless you can corner a Microsoft developer in an unusually talkative mood. This being a peer-to-peer forum, you won't find them here. It's not hard to guess, though, that multiple-contact vCard support simply wasn't high enough on the to-do list to get the resources this time around, given all the other design priorities.

Once people see how well multi-event iCalendar support works in OL2007, I imagine they'll be asking loudly for the same capability for contacts.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Mike" wrote in message ...
Outlook 2007 (like previous versions of Outlook) still fails to properly
implement the vCard standard. In a VCF file with mulitple records, Outlook
only imports the first one; even Outlook Express will import this kind of
VCF file correctly. On the flip side Outlook cannot properly create VCF
files from mulitple contacts; yes, there is the kludge to foward an an email
with multiple contacts, but this does not create a single VCF file, and
requires numerous extra steps (and takes a LONG time for a large list). I
know there are tools to 'fix' this, but is there a reason Outlook still
fails to implement this standard correctly?

Mike


  #3  
Old January 26th 07, 11:43 PM posted to microsoft.public.outlook.contacts
Mike
external usenet poster
 
Posts: 5
Default Outlook 2007 - import/export vCard problems

I hadn't realized how well multi-item vCal importing worked until
yesterday - very nice! I guess I was also wondering if there was any
workaround for the limitations of vCard support - perhaps through code?
Thanks,

Mike

"Sue Mosher [MVP-Outlook]" wrote in message
...
Such "why?" questions are largely rhetorical unless you can corner a
Microsoft developer in an unusually talkative mood. This being a
peer-to-peer forum, you won't find them here. It's not hard to guess,
though, that multiple-contact vCard support simply wasn't high enough on the
to-do list to get the resources this time around, given all the other design
priorities.

Once people see how well multi-event iCalendar support works in OL2007, I
imagine they'll be asking loudly for the same capability for contacts.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Mike" wrote in message
...
Outlook 2007 (like previous versions of Outlook) still fails to properly
implement the vCard standard. In a VCF file with mulitple records,
Outlook
only imports the first one; even Outlook Express will import this kind of
VCF file correctly. On the flip side Outlook cannot properly create VCF
files from mulitple contacts; yes, there is the kludge to foward an an
email
with multiple contacts, but this does not create a single VCF file, and
requires numerous extra steps (and takes a LONG time for a large list). I
know there are tools to 'fix' this, but is there a reason Outlook still
fails to implement this standard correctly?

Mike




  #4  
Old January 26th 07, 11:51 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2007 - import/export vCard problems

It would certainly be possible to parse a multi-item vCard file into multiple vCard files using FileSystemObject or the usual cast of text parsing functions. Then you can import them with Outlook 2007's nifty new Namespace.OpenSharedItem method.

Perhaps a little weekend VBA project?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Mike" wrote in message ...
I hadn't realized how well multi-item vCal importing worked until
yesterday - very nice! I guess I was also wondering if there was any
workaround for the limitations of vCard support - perhaps through code?
Thanks,

Mike

"Sue Mosher [MVP-Outlook]" wrote in message
...
Such "why?" questions are largely rhetorical unless you can corner a
Microsoft developer in an unusually talkative mood. This being a
peer-to-peer forum, you won't find them here. It's not hard to guess,
though, that multiple-contact vCard support simply wasn't high enough on the
to-do list to get the resources this time around, given all the other design
priorities.

Once people see how well multi-event iCalendar support works in OL2007, I
imagine they'll be asking loudly for the same capability for contacts.



"Mike" wrote in message
...
Outlook 2007 (like previous versions of Outlook) still fails to properly
implement the vCard standard. In a VCF file with mulitple records,
Outlook
only imports the first one; even Outlook Express will import this kind of
VCF file correctly. On the flip side Outlook cannot properly create VCF
files from mulitple contacts; yes, there is the kludge to foward an an
email
with multiple contacts, but this does not create a single VCF file, and
requires numerous extra steps (and takes a LONG time for a large list). I
know there are tools to 'fix' this, but is there a reason Outlook still
fails to implement this standard correctly?

Mike




  #5  
Old January 27th 07, 05:38 AM posted to microsoft.public.outlook.contacts
Mike
external usenet poster
 
Posts: 1
Default Outlook 2007 - import/export vCard problems

Not this weekend but probably next weekend! Well - at least I'll get
started next weekend....

Mike

"Sue Mosher [MVP-Outlook]" wrote in message
...
It would certainly be possible to parse a multi-item vCard file into
multiple vCard files using FileSystemObject or the usual cast of text
parsing functions. Then you can import them with Outlook 2007's nifty new
Namespace.OpenSharedItem method.

Perhaps a little weekend VBA project?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Mike" wrote in message
...
I hadn't realized how well multi-item vCal importing worked until
yesterday - very nice! I guess I was also wondering if there was any
workaround for the limitations of vCard support - perhaps through code?
Thanks,

Mike

"Sue Mosher [MVP-Outlook]" wrote in message
...
Such "why?" questions are largely rhetorical unless you can corner a
Microsoft developer in an unusually talkative mood. This being a
peer-to-peer forum, you won't find them here. It's not hard to guess,
though, that multiple-contact vCard support simply wasn't high enough on
the
to-do list to get the resources this time around, given all the other
design
priorities.

Once people see how well multi-event iCalendar support works in OL2007, I
imagine they'll be asking loudly for the same capability for contacts.



"Mike" wrote in message
...
Outlook 2007 (like previous versions of Outlook) still fails to properly
implement the vCard standard. In a VCF file with mulitple records,
Outlook
only imports the first one; even Outlook Express will import this kind of
VCF file correctly. On the flip side Outlook cannot properly create VCF
files from mulitple contacts; yes, there is the kludge to foward an an
email
with multiple contacts, but this does not create a single VCF file, and
requires numerous extra steps (and takes a LONG time for a large list).
I
know there are tools to 'fix' this, but is there a reason Outlook still
fails to implement this standard correctly?

Mike






 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Import vCard should be able to import multiple contact in one file pingel Outlook - Using Contacts 1 February 29th 08 02:31 PM
Outlook Import of VCARD only doing 1st record wmdaniels Outlook - Using Contacts 2 December 13th 06 06:02 PM
import/export Outlook 2007 beta to PDA lesliebo Outlook - Using Contacts 3 June 16th 06 12:08 AM
Where is the import and export button in Office 2007? Outlook user Outlook - Using Contacts 1 June 3rd 06 12:32 PM
Export to Vcard, but keep template? Quagmire0 Outlook - Using Contacts 3 March 15th 06 05:17 PM


All times are GMT +1. The time now is 12:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.