
Introduction
In this post, I will show how to connect to SharePoint 2013 Online, get the list item attachment(s) from the SharePoint 2013 Online custom list and download it to the local folder of our drive.
Prerequisites
The prerequisites required are:
Knowledge of SharePoint Client Object Model
Knowledge of C# and Console Application
Reference of files i.e. "Microsoft.SharePoint.Client.dll" and "Microsoft.SharePoint.Client.Runtime.dll" in Console Application
Let's Start...
Step...