SendTemplateRequest.DeliveryPriorityCode Property
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.
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.