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

Parameters

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

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.