![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 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
|
|||
|
|||
![]()
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 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
|
|||
|
|||
![]()
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 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 |
Display Modes | |
|
|
![]() |
||||
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 03:31 PM |
Outlook Import of VCARD only doing 1st record | wmdaniels | Outlook - Using Contacts | 2 | December 13th 06 07:02 PM |
import/export Outlook 2007 beta to PDA | lesliebo | Outlook - Using Contacts | 3 | June 16th 06 01:08 AM |
Where is the import and export button in Office 2007? | Outlook user | Outlook - Using Contacts | 1 | June 3rd 06 01:32 PM |
Export to Vcard, but keep template? | Quagmire0 | Outlook - Using Contacts | 3 | March 15th 06 06:17 PM |