SysMailerNet.enableSsl Method [AX 2012]

Enable or disable Ssl on the SmtpClient object

Syntax

public void enableSsl([boolean enableSsl])

Run On

Called

Parameters

  • enableSsl
    Type: boolean
    Specify whether Ssl needs to be enabled or not

Remarks

Third party Smtp servers may require enabling Ssl for mail transfers. Enable Ssl on the Smptp client in those scenarios.

See Also

Reference

SysMailerNet Class