#include “BlackIceDEVMODE.h”
BOOL SetEmailClientType (BlackIceDEVMODE* pDevMode, DWORD dwType);
Description
Sets the email client type. This email client is used to send printed documents in email after printing.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
DWORD dwType - email client type to set.
Available values:
0: Default email client on the system
1: SMTP client
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None