Help Needed with getting Started With Office 365 Development C# Rest API

We have a O365 Tenant Setup with a Federated Active Directory Setip we want to be able to right code that will connect to our tenant and perform basic CRUD operations against it (ex. Creating mail boxes)
The problem is we want this to be contained in a CLR trigger In SQL so say if a new user is added to our user table then we would create a new AD account for that user and also create a mailbox.
But I cannot find and example on how to connect to Office 365 using the REST API (Not the SDK because you can not add the connected service to a class library) and before the required actions that we need to do. All the example I have found are with the
SDK API and/or require window 8 and that is also not an option.
Please help I do not know where to start, and I would love to see some examples done in c# and not using the SDK.
Thanks,
Andrew Day

Hi,
>> Instead of SharePoint URLs I would use the O365 API URL?
Yes, in my sample code, I was accessing the File resource by using the O365 File API. In your case, you need to acquire the token to access the Mail resource and use O365 Mail API.
By the way, I think the article
Understand Office 365 app authentication concepts will help you to understand the authentication process in Office 365 Development.
>> Why can I not use the SDK API with a class Library?
Actually, you are able to reference the Office 365 .NET SDK in the class Library. But the class library project type was not supported by Visual Studio Office 365 Development Tool. As a workaround,
you can reference the SDK manually in your project.
Since your original question is about “getting started with Office 365 Development C# Rest API”, if you have more questions about the Office 365 SDK, I will suggest you posting a new thread
to discuss the Office 365 SDK. It will involve more other community members to share their ideas and experience on a specific a question and for others who had a similar question could also find the valuable information quickly.
Regards,
Jeffrey
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.

Similar Messages

  • What software do I need to get started with GIS development

    Hello, I'm a Oracle RDBMS specialist but interested in getting into GIS development. I want to set up a local environment and play around with it. Could someone advise me as to what software I need to install/download? Is all of it free?
    1.) I'm assumming I need ORACLE with SPATIAL (was looking into 10g) Is this download free?
    2.) I also looked into MAP VIEWER as an extension of the Oracle Application Server.
    Are these 2 products all I need to get started?
    I also read alot about arcGIS? Can this product be downloaded for free or is it a licensed product?
    Does anyone have any other suggestions about some software/documentation that may help me get started in this technology.
    Thanks,

    Hello!!
    Actually, you need Oracle Spatial or Oracle Locator. Oracle Locator is free on Oracle Express, and you could start with it. Otherwise, if you want to know more, Oracle Spatial comes with Oracle Enterprise, and Oracle 10g gives you a schema that allow you to store, manage and query spatial data through Oracle functions, etc.
    To start using MapViewer, considering that you already have some spatial data stored on the database, you could download the MapViewer kit at http://www.oracle.com/technology/products/spatial/index.html.
    You could buy the Pro Oracle Spatial book. It´s very good.
    Good Luck!
    Regards
    Carlos Eduardo

  • Hit brick wall with "Getting started with DW"

    Hi Guys, i am totally new to web design and DW, working
    through the "Getting started with DW" under the “help”
    banner seemed o.k at first until one leaves the comfort of table
    design, once into the css and xml the environment the Getting
    started tutorial is very shake and waiting for a reply from DW
    would test even the patience of a Buddhist monks.
    Can someone please recommend a good book/video/dvd or is it
    best just to ask questions on this forum, it does seem faster than
    DW.
    Thanks in advance
    Regards
    Bal

    To be honest with you, the very best way to get started is to
    start with
    HTML and then CSS. A week or two spent learning the basics of
    both of these
    will make DW seem like a walk in the park afterwards.
    Ask your questions here, though....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "herbybal" <[email protected]> wrote in
    message
    news:ejs6rk$1b1$[email protected]..
    > Hi Guys, i am totally new to web design and DW, working
    through the
    > "Getting
    > started with DW" under the ?help? banner seemed o.k at
    first until one
    > leaves
    > the comfort of table design, once into the css and xml
    the environment the
    > Getting started tutorial is very shake and waiting for a
    reply from DW
    > would
    > test even the patience of a Buddhist monks.
    > Can someone please recommend a good book/video/dvd or is
    it best just to
    > ask
    > questions on this forum, it does seem faster than DW.
    >
    > Thanks in advance
    > Regards
    > Bal
    >
    >

  • Direction Needed to Get Started With XSQL Servlet

    Hi, I am an ORACLE DBA. However, I am brand new to XML world. I tried to experiment and and understand the use of XSQL Servlet. I downloaded the software 1.0.0.0, and installed it on my PC, with the included Web-to-go. The installation seems to be OK, as I followed the instructions and twisted a little bit based on the intuition.
    When I clicked on the Demo pages, it seemed to work.
    The problem is, I want to understand the working of the XSQL Servlet. The only document I have is the Release Note of the software. It is very terse and seems to be for the ones who either worked on the previous release of the product or who knows the XML very well. I got lost in the reading of the document.
    Is there some documents that will provide some Intro level tutorial or help? Where should I begin to the learning of the software?
    Thanks for the help.

    Hello,
    I am new to Java and had a few questions regarding
    development. Please, if the questions are 'stupid'
    or obvious in your eyes, keep in mind I am new to
    this and just need a little boost to get started.
    1) Can you make 3D objects in Java? Such as
    landscapes and people.
    Yes.
    2) Which programs are needed for development?
    Please list a few programs you feel are best for
    Java Development as a whole. Links here would also
    be wonderful.A compiler. An editor.
    >
    3) Are there any websites which go threw Java
    Development? I can't seem to find one which fits the
    needs or a beginner.There are several.
    Sun's basic Java tutorial
    Sun's New To Java Center. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    http://javaalmanac.com . A couple dozen code examples that supplement The Java Developers Almanac.
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's Thinking in Java (Available online.)
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java.
    >
    Sorry for the questions and thank you in advance for
    all the help. It's greatly apreciated.
    Cravepain

  • What do i need to get started with windows messages?

    Hello, i've searched these forums and found no answer. I would like to know how i can get started sending and recieving windows messages in labVIEW. Thanks

    LabVIEW does not support direct acces to the Windows Message Queue. I asume that you are asking this in regard to enqueued events. There are certain events which are of interested for LV and therefore they will be "passed on to LV" (simplified expression).
    If you want to have access to the Windows Message Queue manually, you have to create your own interface using MFC-based C++ wrapper. I think there are examples available for such things, but they are most often focused on specific tasks, so maybe (if available at all) they will not help you.....
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Help needed to get started

    Hi I am very new to Solaris and had not even seen what a UNIX screen looks before. The sys admin person left so it is all upto me to take care of the systems. That is a good thing, I'll learn, but I need some help. I have a brand new Sun V880 box sitting in the box. I have to install Solaris 10 & then Oracle 10g on it.
    As I mentioned, I am very new to the world of Solaris. I don't even know how and where to get Solaris installable CD and whether I need license. Also I know that Solaris installation is not like XP that I just run setup.exe.
    Could someone please guide me as where and how do I get started. I don't want anyone to do my work, but I need guidance. I know about Oracle 10g CD's but could someone tell me how do I begin with Solaris 10.
    The CD
    license
    parmaeters
    kernal settings
    etc.
    Any help and guidance is appreciated. Thanks in advance.

    hello,
    you can download the solaris 10 install iso's directly from sun (look under products). as far as the licensing goes, read the aup. i strongly suggest getting a book on unix basics, unix security, and another on administration. unix can be very complicated to learn how to setup and secure properly. i dont want to discourage you, but you are going to need to spend a fair amount of time on this one (learning what everything is, device names, services, package system, etc).
    good luck

  • New User: Needs Help with getting started with the Z

    Hi, my son got a creative Zen for xmas, only getting round to getting it together now, and having some problems with the manual. All this is new to us -technology etc. We have managed to rip a CD but cant get any further! Downloading from internet sounds like such a good idea, but 'know-how-to do' seems light years away in this house! Is there an easy start manual or step by step directions that I've missed out on somewhere? the quick start manual is fine for learning how to use the player but doesn't give any info on ripping CDs and whatever comes after. Can any of you 'experts' bring yourselves back to the begining and explain what to do in simple english?
    Message Edited by Jeremy-CL on 02-0-2005 0:25 AM

    Mother,
    I moved and edited your message as your are more likely to get help out here. As far as suggestions go for downloading from the internet goes, there is not a lot of difference between getting it from CDs. The main difference is the process of actually getting the music.
    First off there are several music stores out there and some that are free. Here are a few suggestions (this is all personal knowledge, this is not an official endorsement of any of these):
    Napster - Integrates into Windows Media Player if you desire and can transfer directly to most Zens. Also allows a user to subscribe to an account that allows for streaming and computer only downloads of music (must purchase song to transfer to the player...usually around .99 a song)
    Buymusic.com - Website interface that sells individual tracks and albums.
    Wallmart music store - Website interface that sells individual tracks and albums.
    There are others but these three are the mains ones (outside of itunes, which is designed for the Ipod).
    Basically once you download them, you go into MediaSource or Windows Media Player and add the files to the music library. Then you just transfer like you do with CDs.
    JeremyMessage Edited by Jeremy-CL on 02-0-2005 0:34 AM

  • Problem with getting started with the SQL Developer in oracle 11g

    I downloaded the oracle 11g from the oracle site and installed it on my machine.Now i want to write the sql queries and practise them......so i tried this:start\oracle11gHome\ApplicationDevelopment\Sqldeveloper . But I get a messagebox with a browse button asking me to "Enter the full pathname for java.exe"
    what is this all about?Do i need to install jave in my host machine?
    how to solve this problem?

    hi
    If you are asked to enter the full pathname for java.exe, click Browse and find java.exe. For example, the path might have a name similar to C:\Program Files\Java\jdk1.5.0_06\bin\java.exe.
    http://download.oracle.com/docs/cd/E10405_01/doc/install.120/e10407/install.htm
    hope this helps
    zekeriya

  • Getting started with Hibernate

    Hi Friends,
    I am working through my way to get started with Hibernate. I am using the tutorial at http://www.gloegl.de/8.html and I am stuck at running the application. I get the following error
    D:\Hibernate>run
    D:\Hibernate>D:\jdk1.3.1\jre\bin\java -classpath .\lib\hibernate2.jar;.\lib\jta.
    jar;.\lib\commons-logging.jar;.\lib\hsqldb.jar;.\lib\cglib2.jar;.\lib\commons-co
    llections.jar;.\lib\dom4j.jar;.\lib\odmg.jar;.\lib\jdbc2_0-stdext.jar;.\bin Even
    tManager
    Initializing Hibernate
    INFO - Hibernate 2.1 final
    INFO - hibernate.properties not found
    INFO - using CGLIB reflection optimizer
    INFO - JVM does not support LinkedHasMap, LinkedHashSet - ordered maps and sets
    disabled
    INFO - using workaround for JVM bug in java.sql.Timestamp
    INFO - configuring from resource: /hibernate.cfg.xml
    INFO - Configuration resource: /hibernate.cfg.xml
    INFO - Mapping resource: Event.hbm.xml
    INFO - Mapping class: Event -> EVENTS
    INFO - Configured SessionFactory: null
    INFO - processing one-to-many association mappings
    INFO - processing one-to-one association property references
    INFO - processing foreign key constraints
    INFO - Using dialect: net.sf.hibernate.dialect.HSQLDialect
    INFO - Use outer join fetching: false
    INFO - Using Hibernate built-in connection pool (not for production use!)
    INFO - Hibernate connection pool size: 20
    INFO - using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:data/test
    INFO - connection properties: {user=sa, password=}
    INFO - Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactor
    y
    INFO - No TransactionManagerLookup configured (in JTA environment, use of proce
    ss level read-write cache is not recommended)
    INFO - Use scrollable result sets: true
    INFO - echoing all SQL to stdout
    INFO - Query language substitutions: {}
    INFO - cache provider: net.sf.hibernate.cache.HashtableCacheProvider
    INFO - instantiating and configuring caches
    INFO - building session factory
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/transform/S
    ource
    at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.ja
    va:160)
    at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.
    java:726)
    at EventManager.<init>(EventManager.java:19)
    at EventManager.main(EventManager.java:27)
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/transform/S
    ource
    at net.sf.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.ja
    va:160)
    at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.
    java:726)
    at EventManager.<init>(EventManager.java:19)
    at EventManager.main(EventManager.java:27)
    what jar files/files I need other than mentioned in the tutorial.
    please help me to get started with Hibernate...
    Thanks for your help and time.

    java -classpath .\lib\hibernate2.jar;.\lib\jta.jar;.\lib\commons-logging.jar;.\lib\hsqldb.jar;.\lib\cglib2.jar;.\lib\asm-1.4.1.jar;.\lib\commons-collections.jar;.\lib\dom4j.jar;.\lib\odmg.jar;.\lib\xml-apis-2.3.0.jar;.\lib\xerces-2.3.0.jar;.\lib\jdbc2_0-stdext.jar;.\bin de.gloegl.road2hibernate.EventManager
    see above classpath and identify....how many jars you missed... :)
    All the best
    Nilesh

  • Just updated all apple products how can I get back to the page on apple tv that helps me get started with mirroring

    Need to get back to home screen on apple tv to help get started with mirroring

    Ditto.
    You need to look for your itunes library under Computers and select it, then music.
    Music column is for web based content not local content, just to confuse everyone.
    AC

  • What do I need to know to get started with Windows 10?

    QuestionWhat do I need to know to get started with Windows 10?
    AnswerWindows 10 likely looks familiar in some ways to past Windows users whether they're most familiar with Windows 8, Windows 7, or earlier versions of Windows.
    To read about what's new with Windows 10, check the sections below. To learn about Windows 10 and see it in action, you can watch this video:
    Desktop and Start menu
    When you start your Windows 10 computer, you'll see the desktop. Like in Windows 7 and earlier versions of Windows, you'll see the Start button in the lower-left, which opens  the Start menu.
    The new Start menu combines aspects of Windows 7's Start menu with Windows 8's Start screen. On the left are important links, including Settings, as well as applications you use often. On the right are Modern UI app tiles. The Start menu also contains a button for power as well as a button to expand the Start menu to a full screen view.
    Cortana
    Next to the Start button is the Cortana search field. Cortana is a personal assistant that can help you find answers, solve issues, and search for files. You can click in the box to typer to her, click the microphone to speak to her, or press the Cortana button on select Toshiba laptops to speak to her.
    You can learn more about Cortana here:
    How do I use Cortana in Windows 10?
    Action Center
    The Action Center can be used to view notifications and access settings quickly.  Hold the Windows key and press the 'A' key to open the Action Center.
    Notifications are shown at the top, and toggles for various settings are located at the bottom.
    On touchscreen devices, you can swipe in from the right to open the Action Center. The toggles on the bottom are sized so that you can press them with your thumb easily.

    Install 7. Don't bother with applying drivers and such, just reboot again from DVD and install again, it will see the existing system and this time activation will be possible.
    Vista is mess, takes longer etc. Hope you have SP1 version of 7. And for Vista, only SP2+ are even supported now, by MS.

  • What do you recommend to get started with Dynamics Marketing? Book, You Tube, help searches, etc.? Please advise.

    Trying to get started with marketing using dynamics and tutorials, help searches and you tube seem to be fruitless. What do you recommend to get started? Buy a book to walk thru setting up company settings and creating campaigns? Need some easy steps on
    not what the software is capable of but how to do it with easy 1-2-3 steps.  Please share you thoughts!!

    Hi cb,
    I would recommend a few articles here. There are videos, walkthroughs and ebooks that you can take a look at the have
    a better understanding of not only what the product is capable of, but how to actually configure and work with it.
    Help & Training - Videos and ebooks
    TN Articles 

  • Sorry I do not understand I neeed to get started with elements 10 and so far no help received

    I am trying to get started with Adobe elements 10 and selected organise so as to transfer my many files over
    this I have been unable to do.
    Being asked for ID name ( already registered) which mena scoming out of one page hunting in fact its all very frustrating.. HELP
    Post message sorry how do I get help?????????

        Hi casheasy!
    I sure don't want our first month with you to start off on the wrong foot! I'd be happy to review the charges on your first bill and make sure all is correct. I have followed you in the forums. Please accept my request and follow me back. Then, please send me a DM with your name and mobile number and I'll check it out for you!
    ChristinaB_VZW
    VZW Support
    Follow us on Twitter @VZWSupport

  • I never used LabView but need to generate a RS-233 serial output string that contains an IRIG timestamp based on a contact closure. Is LabView an appropriate tool to do this? How much does it cost to get started with the product?

    I never used LabView but need to generate a RS-233 serial output string that contains an IRIG timestamp based on a contact closure. Is LabView an appropriate tool to do this? How much does it cost to get started with the product?

    Labview isn't cheap, but it would certainly allow you to build a program (set of vi's - virtual instruments) that would do what you describe. Where would the timecode information come from? Your vi, or program, would: Start up, initialize the serial port, loop until a trigger happened, read the timecode (from where?), output that timecode out the serial port in a loop until you pressed the stop button. There is a free evaluation of Labview software available from NI - the base product itself runs about $995.
    - Dave

  • Help Getting Started with the Zen Vision:M (Z

    Hi,I just got my ZVM and want to get started with it. I have a couple of questions, first:?. I have Windows Vista. Can I just plug in the ZVM and go without using the Installation CDs? Or do I still need to install something off of the installation discs?2. Why 2 installation discs? There is with a black cover that says Easy Start CD and has the Urge and Window Media Player logo at the bottom. The other is just in a plain white bordered sleeve with a light colored disc that says Zen Vision: M Installation CD at the bottom. I think I want to start with the light colored disc, but want to make sure. Thanks.

    I think that the White disk that says Zen on it is the one you want it has Creative Media Source on it and is a very useful tool for me, the other disk has Windows Media Player on it and will also install a connection to a website that you can purchase tracks from (which i took off as soon as i found this out) not the WMP though, for some reason i could not get my Zen to work properly without the WMP loaded on my pc, however i use the Creative Media Source instead of the WMP.

Maybe you are looking for

  • It takes 5 to 8 minutes for photoshop cc to start

    when starting photoshop cc it take 5 to 8 minutes for the program to start. If you look under forced quit on the mac it says the program is not responding, and then 5 minutes later it starts. Does anybody have any suggestions as to how to sort this o

  • Document Word for Results in Test Stand

    Hi, I am using TestStand 3.0 and LabView 7.0 . I need to put the result of measurements in a Word Document. I am not able to find the Result Collection (where TestStand stores the results of steps). Thank you very much.

  • Hide / Show Layers onLoad?

    Using a radio button group, I am determining if a client is using a transmission interval. (radio button's are not showing below). Use Transmission Interval: NO YES Depending on the choice made - I am displaying the applicable layer which contains ot

  • Not able to open windows application With Java Runtime .exec class

    Hi, We have created a folder with mkdir() function. The folder has some text and doc files and i want to open them using java runtime API. I am unable to open the files using the syntax try { Process p=Runtime.getRuntime().exec("cmd /c \ "" + file.ge

  • Bluetooth not working, missing driver

    I got a Windows XP installation in Boot Camp, for some reason the Bluetooth driver wasn't installed correctly, because whenever I try to add devices it comes up with an error. I've already tried using the OS X CDs to repair, it goes thru but it doesn