- #How to edit my contact card in microsoft outlook 2015 how to
- #How to edit my contact card in microsoft outlook 2015 code
- #How to edit my contact card in microsoft outlook 2015 trial
This option is only available if your account has this service. As a Multimedia Message - to forward the information to someone else in MMS format through a service provider.This option is only available if your account has SMS enabled. one contact contains business phone number, another contact includes a private phone number and so on.In this case, the Combine Rows Wizard may come in very handy. As a Text Message - to forward the information to someone else in SMS (text message) format. Tip:If you have multiple contact cards for the same person, personal details may be scattered across all those duplicate contacts, e.g.As an Outlook Contact - to forward the information to someone else in Outlook format.In Internet Format - to forward the information to someone else as a vcard.As a Business Card - to forward the information as a business card attachment in internet format.From the Contact tab on the Ribbon, select Forward.Open the contact that you want to send to another person.To forward a contact, use the following procedure.
#How to edit my contact card in microsoft outlook 2015 trial
Or select Reset Card to remove any changes you have made.ĭownload a FREE trial of Microsoft Outlook. Select OK when you have finished editing the business card.Use the text size, enhancements, alignment, and color tools to adjust the text for that field.Edit the information for that field, if desired.You can add or remove fields and rearrange the order of the fields using the buttons at the bottom of the list. Highlight the Field Name on the left side.The bottom section allows you to include additional information and change the formatting of each field.
#How to edit my contact card in microsoft outlook 2015 how to
We’ll also learn how to forward a contact. This article will show you how to customize a contact’s business card, which can really provide impact if you are including it in messages or sharing it in other ways. While you can use the macro above to get the value of any field, to get the ending date of a recurring appointment or task, you need to get the recurrence pattern then check the PatternEndDate field.Outlook has some great tools for working with contacts. Get the end date of a recurring appointment or task Select Case TypeName(objApp.ActiveWindow) MsgBox "This item was created on " & oItem.CreationTime To use it, open or select an Outlook item then click the macro button.
#How to edit my contact card in microsoft outlook 2015 code
Press Alt+F11 to open the VBA editor, right click on Project1, choose Insert > Module then paste the code into the new module.Ĭustomize the QAT or ribbon to create a macro button.įor more information on using the VBA editor, see Use the VBA Editor This macro displays the created date of any Outlook item, either open or selected.
You can also edit it to display additional Outlook fields. Because the macro works with all Outlook items, you can use it instead of the Properties command. While you can see the created date in a custom list view or in Design Form mode, if you need check the date very often, a macro will speed things up.