SetEmailTo

Sets the email address(es) of the To recipient(s). More email addresses can be specified. The email addresses must be separated with ; character. This value is used when the silent email sending is enabled. For more information please see the SetEmailSilentSending method.

 

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

 

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

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

Return value - TRUE on success otherwise FALSE.