После попытки добавить поддержку мобильных устройств в надстройку Outlook я получаю следующее сообщение об ошибке:
Не удалось развернуть файл манифеста на сервере Exchange. Произошла внутренняя ошибка сервера. Операция не удалась., Ссылка на объект не указана для экземпляра объекта.
Вот раздел VersionOverrides:
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
<Hosts>
<Host xsi:type="MailHost">
<MobileFormFactor>
<FunctionFile resid="functionFile" />
<ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
<!-- information on this extension point -->
<Group id="msgReadGroup">
<Label resid="groupLabel" />
<Control xsi:type="MobileButton" id="msgReadOpenPaneButton">
<Label resid="paneReadButtonLabel" />
<Icon>
<bt:Image size="16" scale="1" resid="icon16" />
<bt:Image size="16" scale="2" resid="icon16" />
<bt:Image size="16" scale="3" resid="icon16" />
<bt:Image size="32" scale="1" resid="icon32" />
<bt:Image size="32" scale="2" resid="icon32" />
<bt:Image size="32" scale="3" resid="icon32" />
<bt:Image size="80" scale="1" resid="icon80" />
<bt:Image size="80" scale="2" resid="icon80" />
<bt:Image size="80" scale="3" resid="icon80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="messageReadTaskPaneUrl" />
</Action>
</Control>
</Group>
</ExtensionPoint>
<!-- possibly more ExtensionPoint elements -->
</MobileFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<!-- Green icon -->
<bt:Image id="icon16" DefaultValue="~remoteAppUrl/Images/icon16.png"/>
<bt:Image id="icon32" DefaultValue="~remoteAppUrl/Images/icon32.png"/>
<bt:Image id="icon80" DefaultValue="~remoteAppUrl/Images/icon80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="~remoteAppUrl/FunctionFile/Functions.html"/>
<bt:Url id="restMobileTaskPaneUrl" DefaultValue="~remoteAppUrl/home.html"/>
<bt:Url id="messageReadTaskPaneUrl" DefaultValue="~remoteAppUrl/MessageRead.html"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="groupLabel" DefaultValue="Add-in Demo"/>
<!-- Read mode -->
<bt:String id="mblButtonLabel" DefaultValue="Test REST Calls"/>
</bt:ShortStrings>
</Resources>
</VersionOverrides>
Есть идеи?