我需要使用Outlook Mail add-in 這是我如何做到這一點 function getBody(cb) {
Office.context.mailbox.item.body.getAsync(
"html",
{ asyncContext: "This is passed to the callback" },
function (result
我正在開發一個包含Skype for Business Online Web SDK的應用程序。在我的申請,我已經成功地獲得即時消息通過啓動新的對話,並利用該chatService.sendMessage方法爲這樣的工作: var sendMessage = function(text) {
currentConversation.chatService.sendMessage(text