可以在“人员”页中从头开始创建新的联系人,或者从其个人资料卡将某人添加为联系人。 联系人可以像姓名和电子邮件地址一样基本,也可以包含街道地址、多个电话号码和个人资料图片等详细信息。为正在使用的 Outlook 版本选择以下选项卡选项。 我的Outlook 是哪个版本?
此示例创建新联系人并在新建联系人中输入数据。 示例 VB 复制 Private Sub AddContact() Dim newContact As Outlook.ContactItem = Me.Application.CreateItem(Outlook. _ OlItemType.olContactItem) Try With newContact .FirstName = "Jo" .LastName = "Berry" .Email1Address = "somebody@example.com" ...
Create a contact in Outlook.com for easy access to email addresses. Learn how to add new contacts to your address book for efficient communication.
Another way to add a contact to Outlook is to enter the contact’s information manually. This method is useful if you’venever received an emailfrom the person you want to add. On Desktop App Step 1:In the Outlook app, click thePeopleicon at the bottom left corner and selectNew Contact...
New contact editorto add, update, and manage contacts. Upgraded People hubto view, manage, and collaborate with contacts. Self-updatingcontacts (for enterprise users only) All the new contacts you add from the people card of a person belonging to your organization will beself...
SelectAdd to Outlook Contacts. Add any additional details you want. SelectSave & Close. Add a contact from scratch in Classic Outlook for Windows SelectPeople >New Contact. Add any additional details you want. SelectSave & Close. Want more?
Note:If the steps under thisNew Outlooktab don't work, you may not be using new Outlook for Windows yet. SelectClassic Outlookand follow those steps instead. In Outlook, you have the option to: Add a contact|Find a contact|Edit a contact|Delete a contact ...
Note:If the steps under thisNew Outlooktab don't work, you may not be using new Outlook for Windows yet. SelectClassic Outlookand follow those steps instead. In Outlook, you have the option to: Add a contact|Find a contact|Edit a contact|Delete a contact ...
You can also add a contact from scratch, and there are two methods to do it. Method one is to click theNew Itemsbutton on theHometab and chooseContactfrom the list. A contact window will open, fill in the details and selectSave and Closeto save the details entered. ...
Create contact Operation ID: ContactPostItem This operation creates a new contact in a contacts folder. Parameters 展开表 NameKeyRequiredTypeDescription Folder id table True string Select a contacts folder Id Id string The contact's unique identifier. Parent folder id ParentFolderId string The ...