Add a new recipient to the collection
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function Add( _ ByVal mobileNumber As String _ ) As RecipientClass |
| C# |
|---|
| public RecipientClass Add( string mobileNumber ) |
| C++ |
|---|
| public: RecipientClass Add( String mobileNumber ) sealed |
| J# |
|---|
| public RecipientClass Add( string mobileNumber ) |
| JScript |
|---|
| public
function Add( mobileNumber : String ) : RecipientClass |
Parameters
- mobileNumber
- Mobile number
Return Value
New recipient class