EmailRecipients Class
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.
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() |