ro_wiki
June 17, 2022
1. Open Win SMS, and click as indicated to open “Options…” 2. Click “Account Management…” 3. Make sure you enter your mobile number, also your Account ID and email address are correct. Click “Create or update account on server” 4. An install code is being sent to your email, click “OK” 5. After a while, check your inbox. If it’s […]
Read More
ro_wiki
Java API The best way to use the Red Oxygen API from Java is to use the HTTP interface. Example public static int SendSMS(String AccountID, String Email, String Password, String Recipient, String Message, StringBuffer Response) { String RequestURL = “http://www.redoxygen.net/sms.dll?Action=SendSMS”; String Data = (“AccountId=” + URLEncoder.encode(AccountID, “UTF-8”)); Data += (“&Email=” + URLEncoder.encode(Email, “UTF-8”)); Data += […]
Read More
ro_wiki
Check list: 1. Make sure you are using Office 2010 2. Select “file”, “account setting” and make sure there is no “Outlook Mobile service” entry already 3. You need a Red Oxygen account and password from https://redoxygen.com/free-trial/ To download Microsoft Outlook Mobile Service 1. Please go to https://redoxygen.com/solutions/outlook-mobile-sms/ 2. Choose “Outlook Mobile Service”, and click “Download” as […]
Read More
ro_wiki
INTERFACE OVERVIEW The main CalendarSMS window appears as shown below. Move the mouse pointer and click the appropriate section to show more information. 1. Resource Toolbar The resource toolbar displays the list of resources you have allocated. This toolbar allows you to add, delete or edit an existing resource. [NOTE] There must be at least […]
Read More
ro_wiki
CalendarSMS provides an address book facility where you can store contact information that you may schedule SMS reminders periodically. Contact information can be added manually or imported from a comma-separate value (CSV) file. [NOTE] Saving contact information is not mandatory as you can create appointments SMS reminders using mobile numbers only. Manually creating a new […]
Read More