How to Set Email Priority in Salesforce Apex?

How to Set Email Priority in Salesforce Apex

Sample Code:

Messaging.SingleEmailMessage email = 
new Messaging.SingleEmailMessage();
//You can use Highest, High, Normal,
// Low, Lowest email priority
email.emailPriority = 'Highest';

Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0