PowerTCP Mail for .NET
Store(String) Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > MessageStream Class > Store Method : Store(String) Method




fileName
The name of the file to store the MessageStream to.
Stores the encoded MessageStream to the file specified by fileName.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Store( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As MessageStream
Dim fileName As String
 
instance.Store(fileName)
C# 
public void Store( 
   string fileName
)
Managed Extensions for C++ 
public: void Store( 
   string* fileName
) 
C++/CLI 
public:
void Store( 
   String^ fileName
) 

Parameters

fileName
The name of the file to store the MessageStream to.

Remarks

This method stores the MessageStream to the file specified by fileName. This method is often useful to see the message structure for diagnostic purposes.

This method can be considered a reciprocal operation to creating a new MessageStream object initialized with an encoded message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.