Choosing the Server Email Sender Name (SMTPSenderName)

Use the ICIServer interface SMTPSenderName property to retrieve or modify the From name used in email notifications sent by the Server.

Signature:

HRESULT SMTPSenderName([out, retval] BSTR *pVal);

HRESULT SMTPSenderName([in] BSTR newVal);