Versions Compared

Key

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

...

If function execution fails, you can retrieve a text error message by calling the Get_Status function. For example, to display an error message on the screen, include the following error handling routine in your code:

Code Block
Get_Status(ErrMsg)

...


Msg(@window, ErrMsg)

See also

Get_Status()MAPILogon()MAPIReadMail()MAPISaveMail()MAPIDeleteMail()

...