office365

Can not insert text in bookmark in word document using office.js for office add-in development

♀尐吖头ヾ 提交于 2019-12-24 05:58:39
问题 I am developing an add-in for word.The main task is to populate the bookmarks in a document with data from the database.In office.js all i have found that a bookmark can be accessed as a range object and i am using "rangeObject.insertText(text, insertLocation)" method for inserting data into a bookmark.But the problem is 2nd parameter insertLocation value can be 'Replace', 'Start', 'End', 'Before' or 'After'.Which basically appends the data before or after the bookmark.like this - image 1

Is there a client side javascript library for OneDrive for Business that provides a file/folder picker control? [closed]

假装没事ソ 提交于 2019-12-24 05:56:14
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I'm looking for a file picker control like the one offered in the OneDrive (live connect) javascript library, but which instead is for "OneDrive for Business". In other words, I want to be able to prompt the user to select a "OneDrive for Business" document, which I can then do something with using (presumably)

Is there a client side javascript library for OneDrive for Business that provides a file/folder picker control? [closed]

微笑、不失礼 提交于 2019-12-24 05:56:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I'm looking for a file picker control like the one offered in the OneDrive (live connect) javascript library, but which instead is for "OneDrive for Business". In other words, I want to be able to prompt the user to select a "OneDrive for Business" document, which I can then do something with using (presumably)

Office 365 and Classic ASP vs. VB.net SMTP Settings

狂风中的少年 提交于 2019-12-24 04:09:05
问题 There are several questions about classic ASP and Office 365, but none that seem to answer my particular scenario, so here goes. I set up an email account on Office 365 and am trying to do an SMTP test with the following code: Dim ObjSendMail, mailSubject, mailBody Set ObjSendMail = CreateObject("CDO.Message") mailSubject = "Test" mailBody = "Test" ObjSendMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 ObjSendMail.Configuration.Fields.Item("http:

Office 365 Rest API read the In-Reply-To field

左心房为你撑大大i 提交于 2019-12-24 02:13:57
问题 I am using the rest API documented here https://msdn.microsoft.com/office/office365/APi/mail-rest-operations and https://visualstudiogallery.msdn.microsoft.com/a15b85e6-69a7-4fdf-adda-a38066bb5155 to analyze e-mails in an application. When I "View message details" in Outlook I see the header fields for: Message-ID: <1421862991001.54993@domain.com> References: <1421861073749.70076@domain.com> In-Reply-To: <1421861073749.70076@domain.com> Is there a way to access these fields through the rest

Poor response times office 365 REST API

妖精的绣舞 提交于 2019-12-24 01:38:26
问题 I'm using the new office REST APIs in order to access Exchange data, the APIs are behaving as expected however the response times of the requests are hugely variable. Below are the times recorder over 30 requests with a 10 second interval between each (all requests return the same data): I: Polling request time: 33428ms I: Polling request time: 35979ms I: Polling request time: 5247ms I: Polling request time: 28293ms I: Polling request time: 5362ms I: Polling request time: 5556ms I: Polling

How to get all groups that a mail-contact belongs to?

本小妞迷上赌 提交于 2019-12-24 01:32:08
问题 This code will find all groups to which a particular email account or mail-user account belongs. get-group | where-object -FilterScript {$_.Members -contains $user} However, in O365 you can have mail-contacts who are not users - they are used just for mailing lists; they don't have a windowsliveid , so they won't be found in $_.Members . How can I find all groups that a particular mail-contact belongs to? 回答1: Well, likeafoxx over in reddit came up with a solution. $contact = Get-Contact

How to get all groups that a mail-contact belongs to?

家住魔仙堡 提交于 2019-12-24 01:31:40
问题 This code will find all groups to which a particular email account or mail-user account belongs. get-group | where-object -FilterScript {$_.Members -contains $user} However, in O365 you can have mail-contacts who are not users - they are used just for mailing lists; they don't have a windowsliveid , so they won't be found in $_.Members . How can I find all groups that a particular mail-contact belongs to? 回答1: Well, likeafoxx over in reddit came up with a solution. $contact = Get-Contact

REST API to manage users on Skype For Business

断了今生、忘了曾经 提交于 2019-12-24 01:11:51
问题 We're using MS Graph API to manage users for Office 365. I just wanted to know if this API is good enough to manage users for "Skype for Business" product as well. Also, when we query for Subscribed SKUs, we do get a list of servicePlanName s one of which is MCOSTANDARD . Can you please confirm if this plan indicates "Skype for Business"? Thank you! 回答1: Azure Active Directory user accounts can be used to sign into Skype for Business. I believe Skype for Business also supports Microsoft

Add MathJax script to pages in Office 365 Sharepoint

泄露秘密 提交于 2019-12-24 00:59:38
问题 I'm trying to add the Mathjax library to a SharePoint library so that we can use LaTex syntax to add equations. I've seen several methods while searching on the web, but none seems to be working properly with the latest version of MathJax and with the Office 365 version of SharePoint. One solution I found, that works in Chrome but works neither in IE nor in Firefox, is to add the javascript link directly into the master page. I edited seattle.master and added the following: <script type="text