SysMailerNet.deliveryFormat Method [AX 2012]

Enables specifying a specific delivery format for the mail message

Syntax

public CLRObject deliveryFormat([CLRObject smtpDeliveryFormat])

Run On

Called

Parameters

  • smtpDeliveryFormat
    Type: CLRObject Class
    Parameter of type - System.Net.Mail.SmtpDeliveryForma

Return Value

Type: CLRObject Class
The specified System.Net.Mail.SmtpDeliveryFormat object

Remarks

The SmtpDeliveryFormat is defaulted to the "International" setting to enable this Smtp client to work with EAI compliant email addresses

See Also

Reference

SysMailerNet Class