4D Internet Commands v16

SMTP_Clear

Inicio

 
4D Internet Commands v16
SMTP_Clear

SMTP_Clear 


 

SMTP_Clear ( smtp_ID ) -> resultado 
Parámetro Tipo   Descripción
smtp_ID  Entero largo in Referencia del mensaje
in 0 si la ejecución es correcta
resultado  Entero in Código de error

El comando SMTP_Clear borra el mensaje diseñado smtp_ID, liberando la memoria utilizada durante su creación. Cada llamada a SMTP_New debe tener una llamada correspondiente a SMTP_Clear.

smtp_ID contiene la identificación del mensaje electrónico creado con el comando SMTP_New.
Si el comando SMTP_Clear se ejecuta correctamente, smtp_ID devuelve el valor 0 (cero).

Ejemplo  

Consulte los ejemplos de los comandos SMTP_Body y SMTP_Send.



Ver también 

SMTP_New

 
PROPIEDADES 

Producto: 4D Internet Commands
Tema: IC Send Mail
Número 88988

 
HISTORIA 

Creado por: 4D Internet Commands 6.5

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v16)