Table of Contents

Class CheckIfPhoneNumberIsOptedOutResponse

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

The response from the

CheckIfPhoneNumberIsOptedOut
action.
public class CheckIfPhoneNumberIsOptedOutResponse : AmazonWebServiceResponse
Inheritance
CheckIfPhoneNumberIsOptedOutResponse

Constructors

CheckIfPhoneNumberIsOptedOutResponse()

public CheckIfPhoneNumberIsOptedOutResponse()

Properties

IsOptedOut

Gets and sets the property IsOptedOut.

Indicates whether the phone number is opted out:

  • true
    – The phone number is opted out, meaning you cannot publish SMS messages to it.
  • false
    – The phone number is opted in, meaning you can publish SMS messages to it.
public bool IsOptedOut { get; set; }

Property Value

bool