Share via


SysMailerNet.priority Method [AX 2012]

Determines the priority of the message.

Syntax

public void priority([CLRObject priority])

Run On

Called

Parameters

  • priority
    Type: CLRObject Class
    Uses System.Net.Mail.MailPriority enum to set mail message priority

Remarks

Corresponds to the "Priority" System.Net.Mail.MailMessage mail header property. How this header is used depends on the email software that is used by the recipient of the email message. For example, Outlook assigns special icons to email messages of high priority and low priority.

See Also

Reference

SysMailerNet Class