LumiSoft Mail Server User API
ToFile Method (fileName)
Namespaces > LumiSoft.Net.SDP > SDP > ToFile(String)
Stores SDP data to specified file. Note: official suggested file extention is .sdp.
Syntax
C#Visual BasicManaged C++
public void ToFile (
	string fileName
)
Public Sub ToFile ( _
	fileName As String _
)
public:
void ToFile (
	String^ fileName
)
Parameters
fileName (String)
File name with path where to store SDP data.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)