Skip to content

Instantly share code, notes, and snippets.

View ryancollingwood's full-sized avatar
🙌
Grateful for the codes

Ryan Collingwood ryancollingwood

🙌
Grateful for the codes
View GitHub Profile
@ryancollingwood
ryancollingwood / GoogleDocsLauncher.cs
Created August 29, 2016 03:22
If you use the google drive desktop application on Windows, and want to launch your Google Docs, Sheets, etc. from explorer - then this could help.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.IO;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace GoogleDocsLauncher
@ryancollingwood
ryancollingwood / ExchangeConnector.cs
Last active November 14, 2016 22:26
A Class Encapsulating The Microsoft Exchange 2007 Managed Api. Some methods are not available on Exchange Server 2007, particularly meeting rooms. Will require a reference to Microsoft.Exchange.WebServices
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Exchange.WebServices.Data;
using System.Net;
namespace ExchangeConnector
{
/// <summary>