office365

Outlook 365 add-in only appears in Outlook 2013 client

我是研究僧i 提交于 2020-01-14 13:57:32
问题 I have a problem to show my add-in in Outlook 2016. I developed it as a Office365 Add-in and it works like a charm in Outlook 2013. But at the time I wanted to test it in Outlook 2016 it does not show up in the 'Apps for Office' section. I think I have to add something to the manifest.xml, but I don't know what. In Outlook 2013 it opens a task pane in the right corner. It would be nice if it would be the same in Outlook 2016. My Outlook 2013/2016 Add-in .XML looks like this: <?xml version="1

How to find the URL to a specific contact in Office365

爱⌒轻易说出口 提交于 2020-01-14 13:11:15
问题 I am working on an application which lists a number of people from your Office365 Outlook Contacts. I can get the contacts with the Exchange Web Services. From there I know the contact item ID. But is there any way to create a clickable link that, if there is an open browser session with Office 365, shows that specific contact within the browser? 回答1: I found this example for e-mail: http://msdn.microsoft.com/en-us/library/microsoft.exchange.webservices.data.item.webclientreadformquerystring

Why I cannot see “Create an outgoing webhook” link?

风格不统一 提交于 2020-01-14 12:34:27
问题 I follow the instruction on this page. Outgoing webhooks in Microsoft Teams but I cannot see the link "Create an outgoing webhook". What should I do? 回答1: I think you could check 3 points: You should be in a "Member" role or an "Owner" role. The link does not show if you are a "Guest" in the team. If you are already a "Member", ask your team Owner to check if the permission is on. Assign roles and permissions As Wajeed - MSFT mentioned, Allow sideloading of external apps (Step #5) 来源: https:/

Calendar reminders with Office 365 Rest API

て烟熏妆下的殇ゞ 提交于 2020-01-14 05:30:32
问题 I am working on an application that will interact with a users Calendar using the Office 365 REST API. There does not seem to be any way to configure the reminder settings for an event in the calendar using the REST API. Is this something that is missing from the API or am I missing something? Thanks Gavin 回答1: No, you're not missing anything. The API doesn't currently support it. We're constantly adding to the API though, so hopefully that makes it in. Keep an eye on our blog or follow me on

create user accounts in office 365 using c#.net code dynamically

别说谁变了你拦得住时间么 提交于 2020-01-14 03:34:07
问题 I want a sample application in c#.net which can create users in Office 365 using Microsoft API . I wish to do it in code, not using Powershell. 回答1: You can use the Microsoft Graph API - Create User: Register a Native Client App on Azure AD, assign the "Microsoft Graph" > "Read and Write Directory Data" permission. string authority = "https://login.windows.net/yourdomain.onmicrosoft.com"; string clientId = "{app_client_id}"; Uri redirectUri = new Uri("http://localhost"); string resourceUrl =

OneDrive API Python SDK - points to login.live.com not mydomain.sharepoint.com

坚强是说给别人听的谎言 提交于 2020-01-13 19:49:29
问题 I am trying to use the OneDrive API Python SDK to upload files to an Office 365 E3 account SharePoint folder. As described for OneDrive for business / SharePoint files I am using Azure AD that is included in my Office 365 E3 account for auth and have created a native client application app in Azure AD management. I would expect that I need to point auth to Office 365: mydomain.sharepoint.com However, it appears the OneDrive API Python SDK (auth_provider.py) points auth to: AUTH_SERVER_URL =

OneDrive API Python SDK - points to login.live.com not mydomain.sharepoint.com

谁都会走 提交于 2020-01-13 19:49:28
问题 I am trying to use the OneDrive API Python SDK to upload files to an Office 365 E3 account SharePoint folder. As described for OneDrive for business / SharePoint files I am using Azure AD that is included in my Office 365 E3 account for auth and have created a native client application app in Azure AD management. I would expect that I need to point auth to Office 365: mydomain.sharepoint.com However, it appears the OneDrive API Python SDK (auth_provider.py) points auth to: AUTH_SERVER_URL =

Getting all the tenants a user belongs to using grah api

风流意气都作罢 提交于 2020-01-13 19:42:11
问题 I have an app which uses the AUTH v2 auth provider and the common tenant (login.microsoftonline.com/common/v2.0/) for authentication. Now, since my users can belong to any AAD tenant, and I want my users to be able to select the tenant in which they are performing operations, I started looking for a way to get all the AAD tenants the logged-in user is part of. I went through the graph API (graph.microsoft.com) documentation and the closest I could find was this: https://graph.microsoft.io/en

Office outlook web(AddIn) dowloand message file

我只是一个虾纸丫 提交于 2020-01-13 07:18:50
问题 Hei Iam developing Outlook web addIn in which i want to access all the data of email ,Senderemail, receipent email ,subject and sent date etc. I also want to download the entire message file .I have found one outlook web REST api https://msdn.microsoft.com/en-us/office/office365/api/mail-rest-operations#GetMessage but dont know how to use it. Anyone has experience with that ? If anyone can share any example it would be helpful Thanks 回答1: 1 . To get the message details you can use the

Office outlook web(AddIn) dowloand message file

女生的网名这么多〃 提交于 2020-01-13 07:18:07
问题 Hei Iam developing Outlook web addIn in which i want to access all the data of email ,Senderemail, receipent email ,subject and sent date etc. I also want to download the entire message file .I have found one outlook web REST api https://msdn.microsoft.com/en-us/office/office365/api/mail-rest-operations#GetMessage but dont know how to use it. Anyone has experience with that ? If anyone can share any example it would be helpful Thanks 回答1: 1 . To get the message details you can use the