Class Sender
The envelope and the header from email address details, that is sending the email. Email address must be an approved sender.
Inherited Members
Namespace: Oci.EmaildataplaneService.Models
Assembly: OCI.DotNetSDK.Emaildataplane.dll
Syntax
public class SenderProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment that contains the approved sender resource. | 
Remarks
Required
SenderAddress
Declaration
[Required(ErrorMessage = "SenderAddress is required.")]
[JsonProperty(PropertyName = "senderAddress")]
public EmailAddress SenderAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| EmailAddress | 
Remarks
Required