Email body content values as View columns

Dear All,

Can anyone suggest me reg this:

We have a common mailbox in which an e-mail is received in a pre-defined format as Name: Mobile Number…

All the details are in email body content

Is there any way that we can map these body content values in a view?

Pls suggest.

Subject: Email body content values as View columns

If it truly is a strictly defined format, you could parse the body field using a Lotusscript agent as the email is received and put the different values into separate fields, then display those fields in the view.

If the mail is sent from Notes users, why not use a form instead, and mail that one?