Red Oxygen
US: 866 990 8398 / AU: 1800 770 758

Text Messaging API

C++ API

Use this API to send text messages from C++.

Easy to use DLL
Delivery status via function return code
Long SMS (up to 765 characters)
Email replies
Proxy server support

Example

int SendSMS(char *AccountID, char *EmailAddress, char *Password, char *Recipient, char *Message)
{
	HMODULE RedOxygenLibrary;
	SendSMSFunction *SendSMS;
	int Result;

	RedOxygenLibrary = LoadLibrary("redoxygen.dll");
	SendSMS = (SendSMSFunction *) GetProcAddress(RedOxygenLibrary, "SendSMS");

	Result = SendSMS(AccountID, EmailAddress, Password, Recipient, Message);

	FreeLibrary(RedOxygenLibrary);

	return Result;
}

Your Options

Trial Account Download

 
Facebook Twitter YouTube LinkedIn

Copyright Notice | Privacy Policy | Site Map

Copyright © 2012 Red Oxygen. All rights reserved.