|
|
|
|
HNotifDeleteEmailRecipient (Function) In french: HNotifSupprimeDestinataireEmail
Available only with this kind of connection
Deletes the recipients of an email notification. This notification is sent by the HFSQL server when a problem occurs.
ctCSConnection is Connection ctCSConnection.Provider = hAccessHFClientServer ctCSConnection.User = "admin" ctCSConnection.Password = "" ctCSConnection.Server = "test:4900" HOpenConnection(ctCSConnection) HNotifConfigure(ctCSConnection, hNotifEmail, "FLOWER:25", "test.doc", "doc", "doc@pcsoft.com", False) HNotifAddEmailRecipient(ctCSConnection, "test.app@gmail.com", hNotifWarning) ... HNotifDeleteEmailRecipient(ctCSConnection, "doc@pcsoft.com")
Syntax
<Result> = HNotifDeleteEmailRecipient(<Connection> , <Recipient>)
<Result>: Boolean - True if the deletion was performed.
- False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable Connection to use. This connection corresponds to: <Recipient>: Character string Email address of the recipient to delete.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|