LumiSoft Net Help
ToFile Method (fileName, wordEncoder, parmetersCharset)
NamespacesLumiSoft.Net.MIMEMIME_h_CollectionToFile(String, MIME_Encoding_EncodedWord, Encoding)
Stores header to the specified file.
Declaration Syntax
C#Visual BasicVisual C++F#
public void ToFile(
	string fileName,
	MIME_Encoding_EncodedWord wordEncoder,
	Encoding parmetersCharset
)
Public Sub ToFile ( 
	fileName As String,
	wordEncoder As MIME_Encoding_EncodedWord,
	parmetersCharset As Encoding
)
public:
void ToFile(
	String^ fileName, 
	MIME_Encoding_EncodedWord^ wordEncoder, 
	Encoding^ parmetersCharset
)
member ToFile : 
        fileName : string * 
        wordEncoder : MIME_Encoding_EncodedWord * 
        parmetersCharset : Encoding -> unit 
Parameters
fileName (String)
File name with optional path.
wordEncoder (MIME_Encoding_EncodedWord)
8-bit words ecnoder. Value null means that words are not encoded.
parmetersCharset (Encoding)
Charset to use to encode 8-bit header parameters. Value null means parameters not encoded.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when fileName is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119