Public Methods

  Name Description
Public method ActivateUser Activates a new user account for a given activation code that has been sent
Public method CreateMessage Creates a new message
Public method CreateUnicodeMessage Creates a new unicode message
Public method CreditBundles Get a list of the credit bundles that a customer can purchase
Public method Email2SmsSettings Get the email to SMS settings
Public method GetAvailableDedicatedNumbers Get a list of the available dedicated inbound numbers that can be purchased and added to a user account
Public method GetAvailableSharedKeyword Get an inbound number originator for a given keword thats available for purchase
Public method GetAvailableSharedNumbers Overloaded. Get a list of the available shared numbers that can be purchased
Public method GetInboundMessagesSinceMessage Overloaded. Get a list of all inbound messages sent to an associate user account since a given message transaction ID
Public method GetMessage Retrieves a message which has previously been sent
Public method GetMessageThrow Retrieves a message which has previously been sent
Public method Static GetProductUrl Get a product url for the e-txt web product for a specified user
Public method GetProductUrl Get a product url for a given product
Public method Static GetRegistrationUrl Get a registration url for a specified product
Public method Static GetServiceUrl Get a service url for the e-txt web product for a specified user
Public method GetServiceUrl Get a service url for the e-txt web product
Public method IsSharedKeywordAvailable Determines if a given inbound number and keyword are available for purchase
Public method IsUserRegistered Has a given user name already been registered
Public method IsValidEmailAddress Determines if a given email address is valid.
Public method IsValidMobileNumber Determines if a given number is valid, this should be used to determine recipient number validity. Reasons for failure would include - if the length is less-than 7 or greater-than 15 or if the number starts with 0 or if the number contains alphanumeric characters.
Public method Logoff Logoff the system
Public method Logon Logon to the system using the specified user credentials
Public method LogonThrow Logon to the system using the specified user credentials, if unable to logon this throws an exception.
Public method NumberBundles Get a list of the mobile number bundles that a customer can purchase
Public method RecallMessage Recall a message that is pending delivery, typically this is a message with a deliver after date set.
Public method RequestActivationCode Request an activation code for a product to be sent to a mobile phone
Public method RequestLogonDetails Request your user name and password from original registration
Public method Validate Overridden. Test to ensure that the object has connectivity
Top

See Also