Add a number/numbers to a 'send' group (excluding 'merge' groups).
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
int numAdded = tmClient.addNumbersToGroup("My Group", "447777000001,447777000002");
Console.WriteLine("Added {0} numbers to My Group", result);
|
Add a number/numbers to a 'send' group (excluding 'merge' groups).
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
int numAdded = tmClient.addNumbersToGroup("My Group", "447777000001,447777000002");
Console.WriteLine("Added {0} numbers to My Group", result);
|