ModelEmailObject CreateEmail Property DRA REST Extensions SDK
For create requests, indicates that the server should create email for this object. Setting this flag adds some validation of the input to ensure the correct attributes are set.

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "createEmail")]
public Nullable<bool> CreateEmail { get; set; }

Property Value

Type: OnlineNullable OnlineBoolean 
See Also