Versions Compared

Key

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

Populates a SMTPc_MBOX structure with associated name and address.

Files

smtp-c.h/smtp-c.c

Prototype

 

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

 

Arguments

mbox           SMTPc_MBOX structure to be populated.

name           Name of the mailbox owner.

addr             Address associated with the mailbox.

perr             Pointer to variable that will hold the return error code

Returned Values

none.

Required Configuration

Module Configuration.

Notes / Warnings

none.

Example Usage

none.