Share via


SmsSendMessageResult.IsSuccessful Property

Definition

Gets a value indicating whether the send operation was successful.

public:
 property bool IsSuccessful { bool get(); };
bool IsSuccessful();
public bool IsSuccessful { get; }
var boolean = smsSendMessageResult.isSuccessful;
Public ReadOnly Property IsSuccessful As Boolean

Property Value

Boolean

bool

When true, the send operation has completed successfully.

Windows requirements

App capabilities
cellularMessaging sms

Applies to