Class EmailAddress
Email address Object that holds display name and email address.
Inherited Members
Namespace: Oci.EmaildataplaneService.Models
Assembly: OCI.DotNetSDK.Emaildataplane.dll
Syntax
public class EmailAddressProperties
Declaration
[Required(ErrorMessage = "Email is required.")]
[JsonProperty(PropertyName = "email")]
public string Email { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ASCII only email address. | 
Remarks
Required
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Display name for the email address. UTF-8 is supported for display name RFC 2047. |