如何將聯系人導入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.pswp.cn/news/280866.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/280866.shtml
英文地址,請注明出處:http://en.pswp.cn/news/280866.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

【vue】跟著老馬學習vue-數據雙向綁定

學習了node.js教程,只能說是有了一定的了解,之前也了解了webpack和es6的核心內容,也看過vue2.0的官網教程,并結合視頻看過項目,但是理解和運用仍然存在很多問題,接下來的一段時間,跟著老馬學習v…

位運算符2

class TestExer1{public static void main(String[] args){int m 12;int n 5;System.out.println("m:" m " n:" n);//方法一:提供一個臨時變量。//int temp m;// m n;// n temp;//System.out.println("m:" m &…

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

概述事件屬于委托的一個子集,像我們平時界面上的鼠標點擊按鈕后響應事件、事件的發布和訂閱等都需要用到委托.通過委托可以很好的實現類之間的解耦好。事件委托EventHandler的函數原型如下:delegate 表示這個個委托,事件委托沒有返回值&#…

C# HttpWebRequest post 數據與上傳圖片到server

主體 Dictionary<string, object> postData new Dictionary<string, object>(); string fileFullPath this.imgFullPath;if (!File.Exists(fileFullPath)){Message(Error, "file not exist: " fileFullPath);goto EndGetPost;}// 先定義一個…

多虧了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…

用window.location.href實現頁面跳轉

在寫ASP.Net程序的時候&#xff0c;我們經常遇到跳轉頁面的問題&#xff0c;我們經常使用Response.Redirect &#xff0c;如果客戶要在跳轉的時候使用提示&#xff0c;這個就不靈光了&#xff0c;如&#xff1a;Response.Write("<script>alert(恭喜您&#xff0c;注…

(一)使用appium之前為什么要安裝nodejs???

很多人在剛接觸appium自動化時&#xff0c;可能會像我一樣&#xff0c;按照教程搭建好環境后&#xff0c;卻不知道使用appium之前為什么要用到node.js&#xff0c;nodejs到底和appium是什么關系&#xff0c;對nodejs也不是很了解&#xff0c;接下來我和大家一起理解一下他們之間…

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…

BZOJ3511: 土地劃分

【傳送門&#xff1a;BZOJ3511】 簡要題意&#xff1a; 給出n個點&#xff0c;m條邊&#xff0c;每個點有A和B兩種形態&#xff0c;一開始1為A&#xff0c;n為B 給出VA[i]和VB[i]&#xff0c;表示第i個點選擇A和B形態的價值 每條邊給出x,y,EA,EB,EC&#xff0c;表示如果x和y都為…

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(…

Error opening terminal: xterm-256color

在使用gdb調試linux內核時&#xff0c;提示如下錯誤&#xff1a; arm-none-linux-gnueabi-gdb --tui vmlinux Error opening terminal: xterm-256color. 解決辦法&#xff1a; 1、 edit your .bash_profile file vim .bash_profile 2、commnet #export TERMxterm-256colo…

四種簡單的排序算法

四種簡單的排序算法 我覺得如果想成為一名優秀的開發者&#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…

bat批處理筆記

變量 1.CMD窗口變量&#xff0c;變量名必須用單%引用&#xff08;即&#xff1a;%variable&#xff09; 外部變量&#xff0c;是系統制定的&#xff0c;只有9個&#xff0c;專門保存外部參數的&#xff0c;就是運行批處理時加的參數。只有 %1 %2 %3 %4 ...... %9。 在bat內直…