Esendex .NET SMS SDK

Download | View Source

Our .NET SDK is an easy to use client for our REST API which you can use to integrate SMS and Voice messaging into any application built with C#, VB.NET, Managed C++, F# or any other language built on the .NET framework. It contains a set of services for sending SMS and Voice messages, receiving SMS, tracking the status of your sent messages and more.

It supports both .NET Framework 3.5 or higher, and .NET Standard 2.0. Please note that because the SDK requires .NET Standard 2.0 it is not compatible with versions of .NET Core prior to 2.0.

Requirements

  • Either .NET Framework version 3.5 or greater, or a .NET runtime compatible with .NET Standard 2.0 such as .NET Core 2.0
  • An internet connection
  • An Esendex Account (create your account)

Installation

  • You can find the Esendex .NET SDK on NuGet

Then follow the samples below

Usage

Sending messages

Follow this example for creating and sending an SMS message with the Esendex .Net SDK

C#

Visual Basic

 

Getting inbox messages

Follow this example for retrieving your inbox messages with the Esendex .NET SDK

C#

Visual Basic

 

Getting sent messages

Follow this example for retrieving your sent messages with the Esendex .Net SDK

C#

Visual Basic

 

Getting full message bodies

Follow this example for retrieving your sent messages with their full message bodies using the Esendex .Net SDK

C#

Visual Basic