OptOutRecipient(String) Constructor
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.
Initializes a new instance of OptOutRecipient.
public OptOutRecipient(string to);
new Azure.Communication.Sms.Models.OptOutRecipient : string -> Azure.Communication.Sms.Models.OptOutRecipient
Public Sub New (to As String)
Parameters
- to
- String
The recipient's phone number (in E.164 format).
Exceptions
to
is null.