SendTemplateRequest.DeliveryPriorityCode Property

Definition

Gets or sets the delivery priority code for the email.

public:
 property Microsoft::Xrm::Sdk::OptionSetValue ^ DeliveryPriorityCode { Microsoft::Xrm::Sdk::OptionSetValue ^ get(); void set(Microsoft::Xrm::Sdk::OptionSetValue ^ value); };
public Microsoft.Xrm.Sdk.OptionSetValue DeliveryPriorityCode { get; set; }
member this.DeliveryPriorityCode : Microsoft.Xrm.Sdk.OptionSetValue with get, set
Public Property DeliveryPriorityCode As OptionSetValue

Property Value

The delivery priority code for the email.

Remarks

Used the same way as Email.PriorityCode, which specifies the priority so that preferred customers or critical issues are handled quickly.

Applies to