I have a datatable that I am trying to upload to an Office 365 SharePoint site using C# and I cannot find anything online on how to do this. Has anyone done this and what advice can you give me please? Thanks in advance for any assistance.
Related
I'm developing a data integration application which help users to sync data from their database into
Microsoft Dynamics 365 for Retail.
Unfortunately, I'm unable to find where the API is or any documents related to Microsoft Dynamics 365 for Retail. All I found are only documents for CRM.
Anyone familiar to Microsoft Dynamics 365 API, please guide me where should I start from the beginning? I would like to connect to Microsoft Dynamics 365 API to query for products & categories, or even create & delete products, update product attributes.
Many thanks.
Won't the normal Dynamics 365 WEB API work for retail?
Check https://msdn.microsoft.com/en-us/library/mt593051.aspx?f=255&MSPPError=-2147217396 out for the WEB API.
Is there any way to create a subsite in office 365 without using online credentials in csom c#?
I need to be able to upload a document created totally outside Sharepoint and CRM into the CRM document management system on the associated Sharepoint site. By the way it is Microsoft Dynamics CRM online. I have searched high and low, asked Sharepoint experts, called Microsoft Support but cannot find a solution. The document is created dynamically, probably in some sort of batch process, so this needs to be handled programmatically. The application is written in C# and I want, after creating the document, to find the relevant Sharepoint folder within the CRM system, which will be under one of the account entities, and upload it there. The one solution I did come across is this:
Add document sharepoint using web service Microsoft Dynamics CRM
Which seems promising but I can't get it to work. Has anyone ever done anything like this before?
Microsoft provides a PowerShell command Get-Msoluser to retrieve all office 365 users. I don't want my application tied to PowerShell, so I want to write a C# function to do the work, unfortunately, there's not much information on this topic.
I looked in the Office 365 APIs Preview documentation, no such functionality; also I looked into the SharePoint Client Object Model, no such thing either.
Can this be done without PowerShell? Is there a SDK can do this?
Yes, you can use the Azure AD Graph Client Library. There are also a couple of samples in that link that will show you how to retrieve your user(s).
This library is available as a nuget package.
https://www.nuget.org/packages/Microsoft.Azure.ActiveDirectory.GraphClient/1.0.2
Hi and thanks in advance for your help in this.
I have a need to set an appointment on someone's calendar in Exchange Server 2007 from an ASP.Net C# application. I've done some research on this but the only references I've seen are for Exchange Server 2010 and that won't work here.
Can anyone point me in the right direction?!
Steve
Try this: Sending Appointments to an Outlook 2007 Calendar from an ASP.NET 2.0 Web Site