#include “BlackIceDEVMODE.h”
DWORD GetEmailClientType (BlackIceDEVMODE* pDevMode);
Description
Returns 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
Return value
The email client type.
Available values:
0: Default email client on the system
1: SMTP client
Programming Notes
None
Code Example
None