The simplest solution is to use the SaveAs method to save the entire item as
a text file; see
http://msdn.microsoft.com/en-us/library/bb175283.aspx. If
you have something else in mind, you can invoke the FileSystemObject library
from the form's VBScript to create a .txt file and write data to it; see
http://msdn.microsoft.com/en-us/library/d6dw7aeh.aspx
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Luis Diego" <Luis
(E-Mail Removed)> wrote in message
news:0461CC3D-3BA2-44A7-A23E-(E-Mail Removed)...
> Hello,
>
> Currently I try to make a form in outlook that save the information
> storage
> in the different fields in a txt file. It's possible to create a txt file
> with the informacion in the form?