======VPOP3.MessageReset===== The [[lua_scripting|Lua]] function 'VPOP3.MessageReset' resets an internal read pointer to the start of the message being processed This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes no parameters The function returns no value The [[VPOP3.GetMessageLines]] reads message content from the internal pointer's position and moves the internal pointer through the file. The MessageReset function resets this internal pointer to the start of the message