Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagecpp
void  SMTPc_SetMboxSetMsg (SMTPc_MBOX  *mbox,
                  MSG   CPU_CHAR    *name,
       *msg,
             CPU_CHAR    *addr,
                     SMTPc_ERR   *perr);

 

Arguments

msg            SMTPc_MSG structure to be initialized.

...

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.