Retrieve SMS messages. Specify username and password for authentication.

Namespace: hr.tis.mgw.client.message
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public MustOverride Function receiveSmsMessages ( _
	regId As String, _
	username As String, _
	password As String _
) As ReceivedSms()
C#
public abstract ReceivedSms[] receiveSmsMessages (
	string regId,
	string username,
	string password
)
Visual C++
public:
virtual array<ReceivedSms^>^ receiveSmsMessages (
	String^ regId, 
	String^ username, 
	String^ password
) abstract

Parameters

regId
System.String
Registration Identifier
username
System.String
Authentication username
password
System.String
Authentication password

Return Value

Array of received SMS messages

Remarks

Only messages that fulfill criteria specified by registration identifier will be retrieved. For valid registration identifier values contact your mGw administrator.

Exceptions

ExceptionCondition
hr.tis.mgw.client.GatewayExceptionGeneric exception base class for all exceptions.