Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Sets the various fields of a SMTPc_MSG structure so that it is valid and usable.

Files

smtp-c.h/smtp-c.c

Prototype

 

void  SMTPc_SetMsg (SMTPc_MSG   *msg,
                    SMTPc_ERR   *perr)

 

Arguments

msg            SMTPc_MSG structure to be initialized.

perr             Pointer to variable that will hold the return error code

Returned Values

none.

Required Configuration

Module Configuration.

Notes / Warnings

  1.  This function MUST be called after declaring a SMTPc_MSG structure and BEFORE beginning to manipulate it. Failure to do so will likely produce run-time errors.

  2.  The SMTPc_MSG structure member 'MIMEMsgHdrStruct' is left uninitialized for now, MIME extensions not being supported in this version.

Example Usage

none.

  • No labels