Share via


ISms Interface

Definition

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

Name Description
IsComposeSupported

Gets a value indicating whether composing of SMS messages is supported on this device.

Methods

Name Description
ComposeAsync(SmsMessage)

Opens the default SMS client to allow the user to send the message.

Applies to