

Outlook 2016 Change how Outlook shows me contacts in emailsĬontacts added from iPhone don't show up in Outlook Outlook calendar and contacts sync problem-outlook disconnects PS: Forgive me if this isn't the proper way to post a question. Set objContact = Nothing 'Cleans up the variable Set ContactsFolder = Nothing 'Cleans up the variable Set Session = Nothing 'Cleans up the variable 'HOW DO I ACCESS AND CHANGE THE FONT SIZE, FONT STYLE, BOLD, UNDERLINE, ETC. If TypeOf objContact Is DistListItem = False Then Set ContactsFolder = Session.GetDefaultFolder(olFolderContacts) 'Sets the folder to Contactsįor Each objContact In ContactsFolder.Items 'Iterates through all the Contacts Body.ĭim Session As Outlook.NameSpace 'Defines the NameSpaceĭim ContactsFolder As Outlook.folder 'The Contacts folder which would allow me to change the Font Size, Font Style, Bolding, Underlining, etc. (Not E-Mail Body, but Contacts - and also Calendar Items if it apples - Body.) I have written the following code, but I cannot find any reference to Properties, etc. Body for my existing (3,000+) Outlook Contacts. I am trying to access and change the properties of the.
