office365

Connect to outlook Office 365 IMAP using OAUTH2

萝らか妹 提交于 2020-05-07 04:45:05
问题 Referred https://msdn.microsoft.com/en-us/office/office365/api/use-outlook-rest-api. Still I couldn't understand the AD, Outlook and windows live. I got refresh token and access token from https://login.microsoftonline.com/common/oauth2/v2.0/authorize https://login.microsoftonline.com/common/oauth2/v2.0/token and the scope openid email profile offline_access https://outlook.office.com/mail.send https://outlook.office.com/mail.readwrite Still i m getting error while connect imap using the

AWS Lambda Powershell to create mailbox in Hybrid(run powershell commands in both Office 365 and On-Prem)

我的未来我决定 提交于 2020-04-30 10:09:36
问题 Now that AWS Lambda supports PowerShell core according to this blog, has anybody tried running PowerShell commands to create Mailbox in Hybrid env(run PS cmdlets in both On-prem and office 365 env) using lambda? I couldn't find anything online which does that. Most of the Lambda Powershell usecases seems to be related to using PowerShell scripts to automate and manage AWS resources. I'm working on a POC for a REST service which does all of the mailbox creation operations and was planning to

Why doesn't my shared calendar event show the updated attendee response statuses in Office365?

白昼怎懂夜的黑 提交于 2020-04-17 21:18:41
问题 If I create a calendar in Office365 and share it with user A, then create an event on that calendar with user A as an attendee, user A's response status is never reflected on the shared event. It always just says, "user A didn't respond." on my calendar. Even when viewing the shared event from user A's calendar, it says "You didn't respond." For example: I create an event on a shared calendar and add user A as an attendee User A sees two calendar events, one on their default calendar and one

Why doesn't my shared calendar event show the updated attendee response statuses in Office365?

孤者浪人 提交于 2020-04-17 21:14:11
问题 If I create a calendar in Office365 and share it with user A, then create an event on that calendar with user A as an attendee, user A's response status is never reflected on the shared event. It always just says, "user A didn't respond." on my calendar. Even when viewing the shared event from user A's calendar, it says "You didn't respond." For example: I create an event on a shared calendar and add user A as an attendee User A sees two calendar events, one on their default calendar and one

利用MailSniper越权访问Exchange邮箱

怎甘沉沦 提交于 2020-04-08 06:52:27
0x01 概述 Microsoft Exchange用户可以授权给其他用户对其邮箱文件夹进行各种级别的访问。例如,用户可以授予其他用户读取访问其收件箱中里面的电子邮件,但是要是用户(或Exchange管理员)不小心设置了不正确的访问权限,那么这将导致所有的用户都能访问读取其的邮箱。 使用MailSniper,可以快速枚举任何用户可访问的邮箱。在这篇文章中,我将说明此问题是如何产生的,如何查找存在权限问题的邮箱,以及在无需获取邮箱管理员许可的情况下阅读邮箱中的邮件。 0x02 使用Outlook设置邮箱权限 更改邮箱权限是所有用户在Microsoft Outlook客户端中都能够轻松完成的事情。如果用户右键单击文件夹“收件箱”,然后单击“属性”,然后文件夹的属性菜单就会打开。 单击“权限”选项卡能看到文件夹当前的设置。这使得事情变得有趣了。单击“添加”按钮,用户可以指定某个账户来授予各种权限。这是非常理想的,因为用户能够限制特定人员的访问。但是你会注意到在“权限”中已经包含了“默认”和“匿名”选项。“默认”项目实质上已经包含了组织中的具有访问邮件权限的每个用户。 如果用户错误地将权限级别“默认”设置为“None”之外的其他选项(除Contributor之外),则这可能允许组织中的每个成员访问该邮件文件夹。 邮箱文件夹的权限也可以由Exchange管理员设置

Accessing a Word(.docx) file's content with Microsoft Graph REST API?

余生长醉 提交于 2020-03-25 18:39:18
问题 Is there a way to obtain the content of a Word document stored in the cloud through the Microsoft Graph API without having to download the file locally? The goal is to build an app that analyzes a Word document's inner content and produce some interesting data from it. However after searching through Microsoft's Dev Center, Graph Explorer, and their API's documentation repository, I can't find any API endpoints that can serve me that data. I can find some endpoints that deal with manipulating

Shared Calendar is not showing up in azure get calendar connector for Office 365

左心房为你撑大大i 提交于 2020-03-24 11:05:08
问题 I have a shared calendar in Office 365 with read and write permissions and I am trying to get it using Get calendar (V2) connector but it is only getting my own calendar. Is there a way to get shared calendars for Office 365 in Azure logic apps? 回答1: For this problem I did some test and it seems the "Get calendar (V2)" action in logic app can't get the calendars which others shared to you. But I provide another solution(use graph api) below for your reference: 1. You need to ask others to

Office 365部分安装及同时安装Visio的方法

被刻印的时光 ゝ 提交于 2020-03-07 07:51:45
From MWeb Win版本的Office 365安装包默认安装所有组件,没有选择的页面,在安装Office 365后再安装下载的Visio 2016专业版时,会显示计算机上已经安装了 即插即用 Office,Visio不可安装,因此可以考虑使用 Office部署工具 来解决这两个问题。 下载安装Office365和Visio 下载Office部署工具 修改配置 部署工具使用方法 激活 下载安装Office365和Visio 下载Office部署工具 从 微软下载中心 下载Office部署工具,运行后得到一个 setup.exe 和三个 XML 文件,选择对应的版本进行修改。 修改配置 例如打开64位的 XML 文件后是如下内容 <Configuration> <Add OfficeClientEdition="64" Channel="Monthly"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="VisioProRetail"> <Language ID="en-us" /> </Product> </Add> </Configuration> 该文件默认包含了英文版本的Office365 professional plus零售版和Visio 专业零售版

makeEwsRequestAsync not returning callback on MacOS Outlook2016

蹲街弑〆低调 提交于 2020-03-03 16:41:10
问题 I'm using makeEwsRequestAsync to get email "Body", "Subject", "MimeContent" . But in case of MacOS Outlook2016 when the email size is more than 1MB the callback method is never called after the call is made to makeEwsRequestAsync() . In case of email having size less than 1MB the callback is called with proper result. I know in case of more than 1MB email size there will be an error with the message Response exceeds 1 MB size limit. Please modify your EWS request Also, the same code is

Outlook add-in, Cannot read property 'BeginRequestEventArgs' of undefined

瘦欲@ 提交于 2020-03-02 18:59:46
问题 I've developed a Outlook add in using Visual Studio. My plugin has a button that populates details in the body of a meeting invite and adds a required attendee. This works 99% of the time, however , every so often it gives me the below javascript error Uncaught TypeError: Cannot read property 'BeginRequestEventArgs' of undefined at Sys$WebForms$PageRequestManager$_onFormSubmit [as _onFormSubmit] (ScriptResource.axd?d=JnUc-DEDOM5KzzVKtsL1tUaDDFC8JI9PZoqCKFnH3HicYJzF