如何将联系人导入Windows联系人文件夹和从中导出联系人

00_lead_image_contacts_folder

In Windows 7 and 8, there is a Contacts folder in your user directory. This folder can be useful if you have your contacts in a single .vcf file and want to move them into a .csv file for importing into programs like Outlook 2013.

在Windows 7和8中,用户目录中有一个“联系人”文件夹。 如果您的联系人位于单个.vcf文件中,并且希望将其移动到.csv文件中以导入到诸如Outlook 2013之类的程序中,则此文件夹会很有用。

To import contacts from a single .vcf file into your Contacts folder, open the Contacts folder at the following location in Windows Explorer.

要将联系人从单个.vcf文件导入到“联系人”文件夹,请在Windows资源管理器中的以下位置打开“联系人”文件夹。

C:\Users\%username%\Contacts

C:\ Users \%username%\ Contacts

On the toolbar, click Import. If the Import button is not visible on the toolbar, click the >> button and select Import from the drop-down menu.

在工具栏上,单击“导入”。 如果工具栏上的导入按钮不可见,请单击>>按钮,然后从下拉菜单中选择导入。

01_selecting_import

The Import to Windows Contacts dialog box displays. Select vCard (VCF file) from the list and click Import.

显示“导入Windows联系人”对话框。 从列表中选择vCard(VCF文件),然后单击导入。

02_selecting_vcard_file_as_type

On the Select a vCard file for import dialog box, navigate to the folder containing your .vcf file. Select the file and click Open.

在“选择要导入的vCard文件”对话框上,导航到包含.vcf文件的文件夹。 选择文件,然后单击“打开”。

03_selecting_vcf_file_to_import

The Properties dialog box displays for each contact in the .vcf file. This allows you to change information in or add information to each contact as needed. When you are ready to import each contact, click OK.

将为.vcf文件中的每个联系人显示“属性”对话框。 这使您可以根据需要更改每个联系人的信息或向每个联系人添加信息。 准备导入每个联系人时,请单击“确定”。

04_contact_properties

Once you have gone through the Properties for each contact in your .vcf file, you are returned to the Import to Windows Contacts dialog box. Click Close to close the dialog box.

浏览完.vcf文件中每个联系人的属性后,将返回到“导入Windows联系人”对话框。 单击“关闭”关闭对话框。

05_clicking_close

Each contact displays in the Contacts folder as a .contact file.

每个联系人在联系人文件夹中显示为.contact文件。

06_contacts_imported

Now, you can export all your contacts into a .csv file for importing into programs such as Outlook. Click Export on the toolbar in the Explorer window. Again, if the Export button is not visible, click the >> button and select Export from the drop-down menu.

现在,您可以将所有联系人导出到.csv文件中,以导入到Outlook等程序中。 单击资源管理器窗口中工具栏上的导出。 同样,如果“导出”按钮不可见,请单击>>按钮,然后从下拉菜单中选择“导出”。

07_selecting_export_in_windows_contact

On the Export Windows Contacts dialog box, select CSV (Comma Separated Values) and click Export.

在“导出Windows联系人”对话框中,选择“ CSV(逗号分隔值)”,然后单击“导出”。

NOTE: You can also create separate vCard files from one vCard file by selecting the vCards (folder of .vcf files).

注意:您还可以通过选择vCard(.vcf文件的文件夹)从一个vCard文件创建单独的vCard文件。

08_selecting_csv

On the CSV Export dialog box, click Browse.

在“ CSV导出”对话框上,单击“浏览”。

09_clicking_browse

Navigate to the location where you want to save the .csv file. Enter a name for the .csv file in the File name edit box and click Save.

导航到要保存.csv文件的位置。 在“文件名”编辑框中输入.csv文件的名称,然后单击“保存”。

10_specifying_location_and_filename

The path to the .csv file is entered in the Save exported file as edit box. Click Next.

.csv文件的路径在“将导出的文件另存为”编辑框中输入。 点击下一步。

11_clicking_next

In the Select the fields you wish to export list, select all the fields you want to include in each contact in the .csv file. Click Finish.

在“选择要导出的字段”列表中,选择要包含在.csv文件中每个联系人中的所有字段。 单击完成。

12_selecting_fields_to_export

A dialog box displays telling you the process was successful. Click OK to close the dialog box.

将显示一个对话框,告诉您该过程成功。 单击“确定”关闭对话框。

13_confirmation_dialog_box

The Export Windows Contacts dialog box is not closed automatically. Click Close to close it.

“导出Windows联系人”对话框不会自动关闭。 单击关闭将其关闭。

14_closing_export_dialog

Your contacts are now available in .csv format.

现在可以使用.csv格式的联系人。

15_csv_file_created

You can use the .csv format to import your contacts into programs like Outlook and Excel.

您可以使用.csv格式将联系人导入到Outlook和Excel等程序中。

翻译自: https://www.howtogeek.com/175778/how-to-import-contacts-into-and-export-contacts-from-the-windows-contacts-folder/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280866.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

C# 实例解析事件委托之EventHandler

概述事件属于委托的一个子集,像我们平时界面上的鼠标点击按钮后响应事件、事件的发布和订阅等都需要用到委托.通过委托可以很好的实现类之间的解耦好。事件委托EventHandler的函数原型如下:delegate 表示这个个委托,事件委托没有返回值&#…

多亏了Google相册,如何一键释放Android手机上的空间

Let’s be real here: modern smartphones have limited storage. While they’re coming with a lot more than they used to, it’s easy to fill 32GB without even realizing it. And with today’s high-end cameras, well, pictures and videos can quickly consume a bi…

WPF效果第二百零四篇之自定义更新控件

好久没有更新文章,今天抽空来分享一下最近玩耍的自定义控件;里面包含了自定义控件、依赖属性和路由事件;来看看最终实现的效果:1、先来看看前台Xaml布局和绑定:<Style TargetType"{x:Type Cores:UploadWithProgressControl}"><Setter Property"Templat…

u3d 逐个点运动,路径运动。 U3d one by one, path motion.

u3d 逐个点运动&#xff0c;路径运动。 U3d one by one, path motion. 作者&#xff1a;韩梦飞沙 Author&#xff1a;han_meng_fei_sha 邮箱&#xff1a;313134555qq.com E-mail: 313134555 qq.com 逐个点运动&#xff0c;路径运动。 Im going to do some motion and path. 如果…

小米净水器底部漏水_漏水传感器:您可能没有的最容易被忽视的智能家居设备...

小米净水器底部漏水While most smarthome products are aimed at convenience, there’s one smarthome device that’s actually quite useful, possibly saving you headaches and ton of money: the trusty water leak sensor. 虽然大多数智能家居产品都旨在提供便利&#x…

Unity3D笔记十 游戏元素

一、地形 1.1 树元素 1.2 草元素 二、光源 2.1 点光源 点光源&#xff08;Point Light&#xff09;&#xff1a;好像包围在一个类似球形的物体中&#xff0c;读者可将球形理解为点光源的照射范围&#xff0c;就像家里的灯泡可以照亮整个屋子一样。创建点光源的方式为在Hierarch…

facebook 文本分类_如何禁用和自定义Facebook的通知,文本和电子邮件

facebook 文本分类Facebook is really keen on keeping you on their platform. One of the ways they do that is by sending you notifications whenever the tiniest thing happens. And you won’t just see them on the site—Facebook will also notify you by email, wi…

django06: ORM示例2--uer 与file

存放路径&#xff1a;https://git.lug.ustc.edu.cn/ 笔记 外键与多键 path models.ForeignKey(to"Path")file models.ManyToManyField(to"File") code 处理方式 new_path request.POST.get("new_path",None)models.File.objects.create(…

四种简单的排序算法

四种简单的排序算法 我觉得如果想成为一名优秀的开发者&#xff0c;不仅要积极学习时下流行的新技术&#xff0c;比如WCF、Asp.Net MVC、AJAX等&#xff0c;熟练应用一些已经比较成熟的技术&#xff0c;比如Asp.Net、WinForm。还应该有着牢固的计算机基础知识&#xff0c;比如数…

Xampp修改默认端口号

为什么80%的码农都做不了架构师&#xff1f;>>> Xampp默认的端口使用如下&#xff1a; Httpd使用80端口 Httpd_ssl使用443端口 Mysql使用3306端口 ftp使用21端口 但是&#xff0c;在如上端口被占用的情况下&#xff0c;我们可以通过修改xampp默认端口的方法&…

为什么csrss进程有三个_什么是客户端服务器运行时进程(csrss.exe),为什么在我的PC上运行它?...

为什么csrss进程有三个If you have a Windows PC, open your Task Manager and you’ll definitely see one or more Client Server Runtime Process (csrss.exe) processes running on your PC. This process is an essential part of Windows. 如果您使用的是Windows PC&…

使用c#的 async/await编写 长时间运行的基于代码的工作流的 持久任务框架

持久任务框架 &#xff08;DTF&#xff09; 是基于async/await 工作流执行框架。工作流的解决方案很多&#xff0c;包括Windows Workflow Foundation&#xff0c;BizTalk&#xff0c;Logic Apps, Workflow-Core 和 Elsa-Core。最近我在Dapr 的仓库里跟踪工作流构建块的进展时&a…

多目标跟踪(MOT)论文随笔-SIMPLE ONLINE AND REALTIME TRACKING (SORT)

转载请标明链接&#xff1a;http://www.cnblogs.com/yanwei-li/p/8643336.html 网上已有很多关于MOT的文章&#xff0c;此系列仅为个人阅读随笔&#xff0c;便于初学者的共同成长。若希望详细了解&#xff0c;建议阅读原文。 本文是使用 tracking by detection 方法进行多目标…

明日大盘走势分析

如上周所述&#xff0c;大盘在4与9号双线压力下&#xff0c;上攻乏力。今天小幅下跌0.11%&#xff0c;涨511&#xff0c;平76&#xff0c;跌362&#xff0c;说明个股还是比较活跃&#xff0c;而且大盘上涨趋势未加改变&#xff0c;只是目前攻坚&#xff0c;有点缺乏外部的助力。…

android EventBus 3.0 混淆配置

2019独角兽企业重金招聘Python工程师标准>>> https://github.com/greenrobot/EventBus 使用的这个库在github的官网README中没有写明相应混淆的配置. 经过对官网的查询&#xff0c;在一个小角落还是被我找到了。 -keepattributes *Annotation* -keepclassmembers …

dotnet-exec 0.11.0 released

dotnet-exec 0.11.0 releasedIntrodotnet-exec 是一个 C# 程序的小工具&#xff0c;可以用来运行一些简单的 C# 程序而无需创建项目文件&#xff0c;让 C# 像 python/nodejs 一样简单&#xff0c;而且可以自定义项目的入口方法&#xff0c;支持但不限于 Main 方法。Install/Upd…

运行时获取类库信息

运行时获取类库信息Intro在我们向别的开源项目提 issue 的时候&#xff0c;可能经常会遇到别人会让我们提供使用的版本信息&#xff0c;如果别的开源项目类库集成了 source link&#xff0c;我们可以从程序集信息中获取到版本以及对应的 commit 信息&#xff0c;这样我们就可以…

xbox360链接pc_如何将实时电视从Xbox One流式传输到Windows PC,iPhone或Android Phone

xbox360链接pcSet up your Xbox One’s TV integration and you can do more than just watch TV on your Xbox: you can also stream that live TV from your Xbox to a Windows 10 PC, Windows phone, iPhone, iPad, or Android device over your home network. 设置Xbox One…

WPF ABP框架更新日志(最新2022-11月份)

更新说明本次更新内容包含了WPF客户端以及Xamarin.Forms移动端项目, 更新内容总结如下:WPF 客户端修复启动屏幕无法跳转异常修复添加好友异常修复托盘图标状态更新异常优化好友发送消息时状态检测更新聊天窗口UI风格更新好友列表得头像显示更新聊天窗口消息日期分组显示更新系统…

JSONObject和JSONArray 以及Mybatis传入Map类型参数

import org.json.JSONArray;import org.json.JSONObject;将字符串转化为JSONArray JSONArray jsonArray new JSONArray(deviceInfo); //注意字符串的格式将JSONArray转化为JSONObject类型 JSONObject jsonObject jsonArray.getJSONObject(0);将值存入Map Map<String,S…