Is there a way to add an option to set up an account with my own site with the Emails and Accounts settings on windows phone? Or is it limited to only those companies Microsoft partners with?
You can setup any email account on windows phone 8.
Related
I receive push messages for Microsoft account sing-on. I deleted my phone authentication from SharePoint and I am unable to sign-in now. I am the admin for the microsoft365, SharePoint.
You may get help here:Common problems with two-factor verification and your work or school account
Otherwise, you may have to contact official technical support for o365:Ways to contact support for business products - Admin Help
We’re trying to determine if some of our customers could use our outlook add-in and we are finding it difficult to determine this information from the web page Outlook JavaScript API requirement sets Documentation
Our add-in uses requirements set 1.5. We have customers using Exchange 2013 and 2016 (on-premise) along with an exchange web portal to access their mailboxes. Is this the same as Outlook on the web or is this different?
Can a customer use Outlook on Android or iOS along with any email account (say gmail) without having to use Office 365? How do roaming settings work in this case?
Is there any way not to support a Gmail account type in Outlook for Mac?
Since Gmail accounts support has been announced I need to support also this account types. However, EWS requests does not work for Gmail. I would like to temporary block Gmail users installing my add-in, until I will adjust by backend, and switch to REST.
The only idea I have now is to detect accountType in JS and inform user that cannot use this add-in for now.
Add-in support for Gmail Accounts in Mac Outlook is not currently mandatory. If you do not wish to support Gmail at this time, you may mention this in the test notes of your submission.
Once you do this, your add-in will not be validated on Gmail accounts, nor marked as supporting Gmail Accounts in Mac Outlook.
Gmail users would be able to install the add-in only if the add-in is successfully validated for the gmail account as part of add-in validation. Do you know if your add-in passed the Gmail validation? Are you able to see your add-in in the outlook Mac add-in store on a gmail account?
I would like to use SharePoint Online as a back-end for a new mobile application.
Need
Mobile application with a lot of users, SharePoint back-end. Without needing to have a licence for each user.
Setup idea
SharePoint Online with 5 licenced users, that can access SharePoint itself
Mobile application with <10.000 users, all included in SharePoint/AD as guest users.
The mobile application gets/posts everything via SharePoint API's & O365 Graph API's
Fears
Can guest users get access via SharePoint API's & O365 Graph
Limitation on # of guest users?
API call limitation/throtteling (how soon? / Can this be bought off?)
Are these fears actually an issue? And if so, can you help me to bypass my fears :) ?
Thanks in advance.
Wouter
Research done:
Limitation of calls/user
https://support.office.com/en-us/article/capacity-planning-and-load-testing-sharepoint-online-c932bd9b-fb9a-47ab-a330-6979d03688c0
https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online
Can guests users use API's?
https://blog.kloud.com.au/2017/08/10/sharepoint-online-external-user-access-error-user-not-in-directory/
I have developed a Windows Phone 8 app using the LiveSDK API to access files in OneDrive. It works fine using the personal OneDrive. Now my customer have installed OneDrive for Businesses and cannot log in. Do I have to use another API to reach OneDrive for Businesses? If so, is this API available for Windows Phone 8?
The LiveSDK does not support logging into OneDrive for business accounts. Microsoft does not yet have a public SDK for windows phone that will allow for interaction with OneDrive consumer and OneDrive for business services.
To access OneDrive for Business, you can use Office 365 APIs here: https://msdn.microsoft.com/en-us/office/office365/api/files-rest-operations
You will have to create and Office 365 developer account, and set up and Azure Active Directory tenant.
OneDrive for Business uses a different API than the Live SDK.
Hope this helps!