Share via


EmailRecipients Class

Definition

Recipients of the email

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailRecipientsTypeConverter))]
public class EmailRecipients : Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailRecipients
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailRecipientsTypeConverter))>]
type EmailRecipients = class
    interface IEmailRecipients
    interface IJsonSerializable
Public Class EmailRecipients
Implements IEmailRecipients
Inheritance
EmailRecipients
Attributes
Implements

Constructors

EmailRecipients()

Creates an new EmailRecipients instance.

Properties

Bcc

Email BCC recipients

Cc

Email CC recipients

To

Email To recipients

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EmailRecipients.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EmailRecipients.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailRecipients.

FromJsonString(String)

Creates a new instance of EmailRecipients, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EmailRecipients into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to