View Single Post
  #2  
Old August 7th 09, 06:45 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default How I can obtain the text storage in a textbox in outlook?

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 wrote in message
...
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?



Ads