RouteeSMSClient Help
![]() | SMSStatus Enumeration |
Namespace: SMSInterfaces.Enums
Assembly: SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
SyntaxC#
public enum SMSStatus
Members| Member name | Value | Description | |
|---|---|---|---|
| FailedToSend | 1 | ||
| Sent | 2 | ||
| Delivered | 3 | ||
| BadAuthorization | 4 | ||
| Undelivered | 5 | ||
| Queued | 6 |
See Also