Porting VSTO Outlook Add-In to Mobile DeviceIs there a unique Android device ID?What is the best way to detect a mobile device?Cannot debug VSTO addin on terminal serverOffice 2010 VSTO AddIn Not loadingC# dual Outlook 2007/2010 VSTO Add-inBuild Failure: Outlook 2010 VSTO Add-InConfusion about possibility of publishing a VSTO Add-In to Windows Store or Office StoreOutlook 2010 VSTO AddIn tab customization not showingOutlook VSTO with new Office High DPI supportOutlook Add In + Where to add the vsto, dll to install on a third party system
Hobby function generators
How would you translate Evangelii Nuntiandi?
How to make classical firearms effective on space habitats despite the coriolis effect?
In what sequence should an advanced civilization teach technology to medieval society to maximize rate of adoption?
Very lazy puppy
Are all men created equal according to Hinduism? Is this predominant western belief in agreement with the Vedas?
'Overwrote' files, space still occupied, are they lost?
What does the Free Recovery sign (UK) actually mean?
Amortized Loans seem to benefit the bank more than the customer
Plot irregular circle in latex
Answer Not A Fool, or Answer A Fool?
how to know this integral finite or infinite
What is this WWII four-engine plane on skis?
Why is the year in this ISO timestamp not 2019?
Should I inform my future product owner that there are big chances that a team member will leave the company soon?
Pronunciation of "солнце"
Is there a generally agreed upon solution to Bradley's Infinite Regress without appeal to Paraconsistent Logic?
Why is it called a stateful and a stateless firewall?
Why 1.5fill is 0pt
What does this Blight Tower UI mean?
Which version of the Pigeonhole principle is correct? One is far stronger than the other
Wouldn't Kreacher have been able to escape even without following an order?
Why does an orbit become hyperbolic when total orbital energy is positive?
Beauville-Laszlo for schemes
Porting VSTO Outlook Add-In to Mobile Device
Is there a unique Android device ID?What is the best way to detect a mobile device?Cannot debug VSTO addin on terminal serverOffice 2010 VSTO AddIn Not loadingC# dual Outlook 2007/2010 VSTO Add-inBuild Failure: Outlook 2010 VSTO Add-InConfusion about possibility of publishing a VSTO Add-In to Windows Store or Office StoreOutlook 2010 VSTO AddIn tab customization not showingOutlook VSTO with new Office High DPI supportOutlook Add In + Where to add the vsto, dll to install on a third party system
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
We recently created a VSTO Add-In for Outlook 2016 using the Outlook 2016 Office Project Type in Visual Studio 2017 and was recently asked if it's possible to port our Outlook Add-In to mobile devices (IOS/Android).
We've done some research on whether this is possible, however not sure if this can be done, at least easily from reading this article.
https://docs.microsoft.com/en-us/outlook/add-ins/outlook-mobile-addins
Any help or guidance would be appreciated.
android ios mobile vsto outlook-addin
add a comment
|
We recently created a VSTO Add-In for Outlook 2016 using the Outlook 2016 Office Project Type in Visual Studio 2017 and was recently asked if it's possible to port our Outlook Add-In to mobile devices (IOS/Android).
We've done some research on whether this is possible, however not sure if this can be done, at least easily from reading this article.
https://docs.microsoft.com/en-us/outlook/add-ins/outlook-mobile-addins
Any help or guidance would be appreciated.
android ios mobile vsto outlook-addin
add a comment
|
We recently created a VSTO Add-In for Outlook 2016 using the Outlook 2016 Office Project Type in Visual Studio 2017 and was recently asked if it's possible to port our Outlook Add-In to mobile devices (IOS/Android).
We've done some research on whether this is possible, however not sure if this can be done, at least easily from reading this article.
https://docs.microsoft.com/en-us/outlook/add-ins/outlook-mobile-addins
Any help or guidance would be appreciated.
android ios mobile vsto outlook-addin
We recently created a VSTO Add-In for Outlook 2016 using the Outlook 2016 Office Project Type in Visual Studio 2017 and was recently asked if it's possible to port our Outlook Add-In to mobile devices (IOS/Android).
We've done some research on whether this is possible, however not sure if this can be done, at least easily from reading this article.
https://docs.microsoft.com/en-us/outlook/add-ins/outlook-mobile-addins
Any help or guidance would be appreciated.
android ios mobile vsto outlook-addin
android ios mobile vsto outlook-addin
asked Mar 28 at 12:59
jazzBoxjazzBox
4042 gold badges13 silver badges27 bronze badges
4042 gold badges13 silver badges27 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Microsoft Outlook app on mobile platforms is doesn't support VSTO add-ins. If you would like to bring some functionality into mobile apps you may consider to look at Office.js Add-ins. The resource you have provided talks exactly about this type of add-ins. You may get an idea if you want to invest into development of Office.js add-in by reading ... How are Office Add-ins different from COM and VSTO add-ins?
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55398292%2fporting-vsto-outlook-add-in-to-mobile-device%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Microsoft Outlook app on mobile platforms is doesn't support VSTO add-ins. If you would like to bring some functionality into mobile apps you may consider to look at Office.js Add-ins. The resource you have provided talks exactly about this type of add-ins. You may get an idea if you want to invest into development of Office.js add-in by reading ... How are Office Add-ins different from COM and VSTO add-ins?
add a comment
|
Microsoft Outlook app on mobile platforms is doesn't support VSTO add-ins. If you would like to bring some functionality into mobile apps you may consider to look at Office.js Add-ins. The resource you have provided talks exactly about this type of add-ins. You may get an idea if you want to invest into development of Office.js add-in by reading ... How are Office Add-ins different from COM and VSTO add-ins?
add a comment
|
Microsoft Outlook app on mobile platforms is doesn't support VSTO add-ins. If you would like to bring some functionality into mobile apps you may consider to look at Office.js Add-ins. The resource you have provided talks exactly about this type of add-ins. You may get an idea if you want to invest into development of Office.js add-in by reading ... How are Office Add-ins different from COM and VSTO add-ins?
Microsoft Outlook app on mobile platforms is doesn't support VSTO add-ins. If you would like to bring some functionality into mobile apps you may consider to look at Office.js Add-ins. The resource you have provided talks exactly about this type of add-ins. You may get an idea if you want to invest into development of Office.js add-in by reading ... How are Office Add-ins different from COM and VSTO add-ins?
answered Mar 28 at 13:31
Slava IvanovSlava Ivanov
4,5702 gold badges16 silver badges29 bronze badges
4,5702 gold badges16 silver badges29 bronze badges
add a comment
|
add a comment
|
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55398292%2fporting-vsto-outlook-add-in-to-mobile-device%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown