SetSMTPServerSSL

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSMTPServerSSL (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Enables/Disables the SSL (Secure Socket Layer ) in case of sending printed documents in email using SMTP client.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                             - state to set

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None