Aracılığıyla paylaş


SendTemplateRequest.DeliveryPriorityCode Property

 

Applies To: Dynamics CRM 2015

Gets or sets the delivery priority code for the email.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.OptionSetValue

Type: OptionSetValue
.

Remarks

Used the same way as Email.PriorityCode, which specifies the priority so that preferred customers or critical issues are handled quickly. You can use the helper code enumeration EmailPriorityCode to get or set this value. More information: Helper code: Enumerations for option sets

See Also

SendTemplateRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright