积极答复者
请问使用REST API访问世纪互联版的exchange online,地址是什么的?

问题
答案
-
您好 Bard.Zhang,
您看看这个文档是否能提供帮助: http://msdn.microsoft.com/zh-cn/office/office365/api/mail-rest-operations#sectionSection0, 介于您的问题更多的是和Exchange Online相关, 并非Azure技术问题, 我们建议您在http://community.office365.com/zh-cn/f/default.aspx 相应论坛中发帖提问. 感谢您的理解.
Best Regards,
Ming Xu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Jambor yaoMicrosoft employee, Moderator 2015年1月2日 1:19
全部回复
-
获取访问票据的返回信息如下:
{
"token_type":"Bearer",
"expires_in":"3600",
"expires_on":"1419823804",
"not_before":"1419819904",
"resource":"https://partner.outlook.cn",
"access_token":"eyJ0eXAiOiJK...",
"refresh_token":"AAABAAAAqxy...",
"scope":"Calendars.Read Calendars.Write Contacts.Read Contacts.Write Mail.Read Mail.Send Mail.Write",
"id_token":"eyJ0eXAiOiJ...","pwd_exp":"7485368","pwd_url":"https://portal.microsoftonline.com/ChangePassword.aspx"
} -
您好 Bard.Zhang,
您看看这个文档是否能提供帮助: http://msdn.microsoft.com/zh-cn/office/office365/api/mail-rest-operations#sectionSection0, 介于您的问题更多的是和Exchange Online相关, 并非Azure技术问题, 我们建议您在http://community.office365.com/zh-cn/f/default.aspx 相应论坛中发帖提问. 感谢您的理解.
Best Regards,
Ming Xu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Jambor yaoMicrosoft employee, Moderator 2015年1月2日 1:19
-
您好 Bard.Zhang,
不知您的问题是否已解决. 您可以尝试使用地址
- https://partner.outlook.cn/api/v1.0/me/messages
- https://partner.outlook.cn/api/v1.0/me/folders/folder_id/messages
我们这边测试下来是成功的. 如果您遇到任何问题, 欢迎您再次在论坛中联系我们.
Best Regards,
Ming Xu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.