SetEmailSubject

Sets the subject of the predefined email. This value is used when the silent email sending is enabled. For more information please see the SetEmailSilentSending method.

 

SetEmailSubject(pDevMode As Long, pStr As String) As Boolean

 

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Input value pStr:                   - The email subject to set. The maximum length of this parameter is 64 (including terminating \0 character).

Return value - TRUE on success otherwise FALSE.