Add a new recipient to the collection, the mobile number will be cleaned and all non-numeric numbers will be removed


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Function AddClean( _ 
   ByVal mobileNumber As String _ 
) As RecipientClass
C#
public RecipientClass AddClean(
   string mobileNumber
)
C++
public:
 RecipientClass AddClean(
   String mobileNumber
) sealed 
J#
public RecipientClass AddClean(
   string mobileNumber
)
JScript
public  function AddClean(
   mobileNumber : String
) : RecipientClass

Parameters

mobileNumber
Mobile number

Return Value

New recipient class

See Also