ShortMessage.PhoneNumbers
Gets or sets the list of mobile phone numbers to send the message to.
Namespace: Imanami.directorymanager.DataTransferObjects.DataContracts.SMS
Assembly: Imanami.directorymanager.DataTransferObjects.dll
Syntax
public List<string> PhoneNumbers { get; set; }
Return Value
Type: System.Collection.Generic.List(of T)
A list of mobile phone numbers.
See Also