SendSmsMessageOperation class
Enables the sending of a message.
Note This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband: Windows Store device apps.
Syntax
var sendSmsMessageOperation = promise.operation;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The SendSmsMessageOperation class has these types of members:
Methods
The SendSmsMessageOperation class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| Cancel | Cancels the asynchronous operation. |
| Close | Closes the asynchronous operation. |
| GetResults | Retrieves the result of the asynchronous operation. |
Properties
The SendSmsMessageOperation class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | A handler for the completed event of an asynchronous action. | |
| Read-only | Specifies the error code for the asynchronous message operation. | |
| Read-only | Indicates the ID of the asynchronous message operation. | |
| Read-only | Specifies the status of the asynchronous message operation. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
Build date: 12/4/2012
