ISms Interface
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.
The SMS API enables an application to open the default SMS application with a specified message to send to a recipient.
public interface class ISms
public interface ISms
type ISms = interface
Public Interface ISms
Properties
IsComposeSupported |
Gets a value indicating whether composing of SMS messages is supported on this device. |
Methods
ComposeAsync(SmsMessage) |
Opens the default SMS client to allow the user to send the message. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.