Retrieve MMS 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 receiveMmsMessages ( _
	regId As String, _
	priority As Priority, _
	username As String, _
	password As String _
) As ReceivedMms()
C#
public abstract ReceivedMms[] receiveMmsMessages (
	string regId,
	Priority priority,
	string username,
	string password
)
Visual C++
public:
virtual array<ReceivedMms^>^ receiveMmsMessages (
	String^ regId, 
	Priority priority, 
	String^ username, 
	String^ password
) abstract

Parameters

regId
System.String
Registration Identifier
priority
hr.tis.mgw.client.message.Priority
Message priority
username
System.String
Authentication username
password
System.String
Authentication password

Return Value

Array of received MMS messages

Remarks

Only messages that fulfill criteria specified by registration identifier will be retrieved. For valid registration identifier values contact your mGw administrator. If priority is specified messages with same or higher priority than specified will be retrieved. Since priority is optional value if not specified it is the same as specifying LOW priority.

Exceptions

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