|        | |||||
|  | |||||
| function | MailOutBoxCreate | ||||
| Other Library Functions | 
| Library: Mail Include: ommail.xin | Returns: Opaque Returns a Mail outbox opaque-type object. | 
  define external MailOutBox function MailOutBoxCreate
     name    value stream sender-name
     address value stream address
     server  value stream server optional initial {mail}
This function creates and returns a Mail outbox object with the given configuration information.
Mail outbox is an opaque-type object used by the outgoing mail functions in the Mail library.
Arguments:
Example:
  set this-MailOutBox to MailOutBoxCreate
           name "Bob"
        address "[email protected]"
         server "mail"
| ---- |