Fixing Outlook 2016 with MS Support and Recovery Assistant

image

I had issues adding a specific Office365 email account to my Outlook 2016 desktop application on one of my machines for a while now. Giving me the "something went wrong and outlook couldn’t set up your account. please try again. if the problem continues, contact your email administrator." message and no options to add information manually in Outlook 2016.

So with the new year I decided to give it another go and see if I could solve it looking at it with a fresh mindset.

I’m not the only one given the posts like this one:
https://community.spiceworks.com/topic/2026831-unable-to-setup-office-365-mail-account-on-outlook-2016

The post above however didn’t provide me with a solution so I searched a little bit further until I ran into this little gem:

https://support.office.com/en-us/article/about-the-microsoft-support-and-recovery-assistant-e90bb691-c2a7-4697-a94f-88836856c72f

It runs you through a series of questions and analyses the settings (for Outlook 2016 and Office365 in this case) to find that it had issues getting the mail properties, fixed it and created a new Outlook profile that actually worked!

I wanted to get the email account in the existing profile however, but that wasn’t an issue either anymore … Just went over the process of adding the new email account like I used to and now it magically added the account without issues at all. Apparently it also changed something on my Outlook installation but who cares. I finally got my long failing email account to work in 2020 … how is that for a Happy 2020

Office Development – Word

clip_image002

In my previous post I mentioned the confusion for the JavaScript APIs for Office in general. Today we’ll go deeper in and focus on the API support for the various Word clients. Let’s see what APIs are available for each of the Word clients in detail and finish off with the observations once we identified what is in each client for Word:

Word Online

Extension Points

Taskpane
Add-in Commands

APIs

Word API 1.1
Word API 1.2
Word API 1.3
Dialog API 1.1

Shared APIs

BindingEvents
CustomXmlParts
DocumentEvents
ImageCoercion
MatrixBindings
MatrixCoercion
Settings
TableBindings
TableCoercion
Text File
TextBindings
TextCoercion

Word 2013 for Windows

Extension Points

Taskpane

APIs

Dialog API 1.1

Shared APIs

BindingEvents
CompressedFile
CustomXmlParts
DocumentEvents
File
HtmlCoercion
ImageCoercion
MatrixBinding
MatrixCoercion
OoxmlCoercion
Settings
TableBindings
TableCoercion
Text File
TextBindings
TextCoercion

Word 2016 for Windows

Extension Points

Taskpane
Add-in Commands

APIs

Word API 1.1
Word API 1.2
Word API 1.3
Dialog API 1.1

Shared APIs

BindingEvents
CompressedFile
CustomXmlParts
DocumentEvents
File
HtmlCoercion
ImageCoercion
Matrix Bindings
MatrixCoercion
OoxmlCoercion
Settings
TableBindings
TableCoercion
Text File
TextBindings
TextCoercion

Note that there is a difference between the MSI installed version or the Office365 version. The MSI version only contains WordApi 1.1. according to the specifications.

Word for iPad

Extension Points

Taskpane

APIs

Word API 1.1
Word API 1.2
Word API 1.3
Dialog API 1.1

Shared APIs

BindingEvents
CompressedFile
CustomXmlParts
DocumentEvents
File
HtmlCoercion
ImageCoercion
Matrix Bindings
MatrixCoercion
OoxmlCoercion
Settings
TableBindings
TableCoercion
Text File
TextBindings
TextCoercion

Word 2016 for Mac

Extension Points

Taskpane
Add-in Commands

APIs

Word API 1.1
Word API 1.2
Word API 1.3
Dialog API 1.1

Shared APIs

BindingEvents
CompressedFile
CustomXmlParts
DocumentEvents
File
HtmlCoercion
ImageCoercion
Matrix Bindings
MatrixCoercion
OoxmlCoercion
Settings
TableBindings
TableCoercion
Text File
TextBindings
TextCoercion

Word for iPhone

Word for Android

Word Mobile for Windows 10

clip_image004

Observations

So, what do we see here? First observation is that cross platform now means that besides the good old Windows system, additional clients are limited to: “Office Online”, “Office for iPad” and “Office 2016 for Mac”. None of the phone clients have support for add-ins.

A second observation is that all other clients are more or less in par with each other. Only “Office 2013 for Windows” is limited to the DialogApi 1.1 and also none of the WordApis. It also does not support Add-in Commands. This makes you think if you should build your add-ins for Office 2013 or not at all. My guess is that the limitations on this platform are so significant that it would be better to only focus on Office 2016 and up.

Third observation is the missing support for Add-in Commands on Office for iPad. I’m curious to know why this is the case. I thought the iPad also had something like the right click (press and hold for menu) but maybe not. I don’t own an iPad -darn, do I really need to buy one now- so I can’t check this at this time.

Fourth observation is the missing Shared APIs on “Office Online”:

CompressedFile
File
HtmlCoercion
OoxmlCoercion

Maybe these four APIs are just not logical to have in an “Office Online” environment, but that too is a wild guess as I don’t know yet what it is used for.

I’m not sure yet where to go next. We now know what APIs are available for each of the Word Office clients, so I think the next step would be building a starter Add-in for Word 2016 for Windows. This client has the biggest set of APIs supported making me think that this is the best candidate to experiment on and later on see how this fans out to the other clients such as Word Online or the Apple options.

To be continued …

Happy wishes and some Office predictions for 2016

MVP_Horizontal_FullColor

Another year has gone, a new year started … this is 2016. Welcome!

My year, for the eleventh time already, started with receiving the Microsoft Most Valuable Professional (MVP) Award again.

After nine years of receiving the award for Visual Studio Tools for the Office System (VSTO), one year of Office365 I now, after the award update, received the award in the award category “Office Servers and Services”. This is where all former Office365, Exchange, SharePoint, Skype for Business and Yammer are grouped today. As of October 2015 the MVP Award categories have changed, there are now less categories and in theory you can get the MVP Award in multiple categories.

So what will bring 2016 to you and me? Well nobody knows… so I don’t know either, but let’s see if we can make some educated guesses here.

2015 was the year Office Microsoft released some early updates on the Office 365 APIs. Starting with the outer ring of Office365 we got access to files, contacts and much more. Access to the documents itself (the structure of the document, in VBA the Object Model) was fairly limited.

In 2016 I expect to see much more APIs providing access to the Office document model. This will give you the functionality, but now cross-platform, like you used to see with VBA, COM-Addins and in VSTA/VSTO solutions.

Let’s see how the Office365 APIs progresses in the year of 2016. Join me in the process of learning the ‘modern’ ways of developing Office solutions on x-plat. Keep an eye on my blog …

Office JS Public Preview is here!

Office365DevPodcastLogo_01

After months, years maybe, it is finally here: The new cross-platform Excel and Word JavaScript API’s in Public Preview!

Up to now the development of this was happening behind the screen, not available for the general public. At first with little snippets, test scenarios and try-outs to find the best way to work with this, not only on Windows platforms but also the other platforms like iOS or Android.

Until now the Office JS API’s were mostly limited to Office365 interfaces but not targeting file content. This now is changed, at least for the first and still somewhat limited version.

What this means is that you now get the option to actually interact with the file contents. For now only on Excel en Word and only for a small subset of the Object Model as you know it from VBA and/or VSTO, but it is a start.

As its now open into the public, go ahead, and take a look at the public preview of Office.js API’s in Office 2016 and try some of the samples to get an impression on how this works:

Increase the productivity of Users’ with enhanced Office.js APIs in Office 2016

I will go into some more detail in future blog posts. Hopefully a start to get the full object model available but now on multiple platforms!

Want to upgrade but what version of Office am I using?

Office%20graphic

Now Office 2016 is available you want to upgrade, but you are not sure what version of Office you are currently running. In my blog post yesterday I already provided a couple of links where to go if you upgrade from Office365 Personal/Home or Business. But to do so you need to know what is installed on your machine today.

To help you a bit with this Microsoft put all the version information for the various versions into one location:

What version of Office am I using?

Now identify your version and upgrade to the right edition.

#TheNewOffice

TW_OfficeSocial_Office2016_AnnouncementPost_Confetti_Collaborate

Today September 22 not only autumn kicked in, but it is also the day that Office 2016 is officially released:

The Office Team Blog: The New Office Is Here

There is a lot worth mentioning about this version. It now has the option to collaborate, work together in one (or more) documents at the same time. You see little markers appear when the other is editing parts of the document you are working on. Try it!

Too many things to go in to detail here right now: Skype for Business integration, Office365 Groups, Office365 Planner, Windows 10 integration, Office 2016 for Mac, Sway, mobile apps on Windows Phone, Android –and– iPhone, Enterprise features, new Visio 2016 and Project 2016

Go download the bits, and start working with it. Another Office Milestone … enjoy!

Links:

How do I upgrade to Office 2016 if I have an Office 365 subscription?

How do I update Office to Office 2016 using Office 365 for business?

Office graphic 

%d bloggers like this: