|  | 
          Store the contents of the news feed in an XML formatted text
            file. Syntax
          object.Store( FileName, [Options] ) Parameters
          
            FileNameA string value which specifies the name of the file on the
            local system. The contents of the news feed will be stored in this
            file. If the file does not exist, it will be created; otherwise it
            will overwrite the contents of the file.OptionsAn optional parameter reserved for future use. It should either
            be omitted from the method call, or passed with a value of 0. Return Value
          A value of zero is returned if the contents of the news feed has
          been successfully stored in the specified file. Otherwise, a non-zero
          error code is returned which indicates the cause of the failure. If
          the method fails, the value of the LastError property can be
          used to determine cause of the failure. See Also
          Close Method, 
          GetItem Method, Open
          Method, Parse Method |  |