未捕获的参考错误:未定义办公室

时间:2018-06-21 11:16:02

标签: jquery outlook-restapi

我今天在探索一个API来带出任务和收件箱消息时遇到了这个问题。我的最初目标是检查哪个参数返回整个邮件正文而不是预览,但是即使在我编辑完新更改之后,该错误仍然存​​在 enter image description here

这是ContentDisplay代码

   Office.initialize = function () {
// Checks for the DOM to load using the jQuery ready function.
$(document).ready(function () {
// After the DOM is loaded, app-specific code can run.
var item = Office.context.mailbox.item;
var subject = item.subject;
// Continue with processing the subject of the current item,
// which can be a message or appointment.
});

}

这是html标记。我在这里看到有人在利用它之后调用了jquery标记,但就我而言并非如此。在调用任何jquery函数之前,我先使用了jquery标签

enter image description here

0 个答案:

没有答案