SmsSendResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for a single recipient.
public class SmsSendResult
type SmsSendResult = class
Public Class SmsSendResult
- Inheritance
-
SmsSendResult
Properties
ErrorMessage |
Optional error message in case of 4xx/5xx/repeatable errors. |
HttpStatusCode |
HTTP Status code. |
MessageId |
The identifier of the outgoing Sms message. Only present if message processed. |
Successful |
Indicates if the message is processed successfully or not. |
To |
The recipient's phone number in E.164 format. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET