PowerTCP Mail for .NET
Get(Stream) Method




Stream to be written to.
Gets the encoded message from the server and writes it to the specified Stream.
Syntax
Public Overloads Sub Get( _
   ByVal destination As Stream _
) 
Dim instance As PopMessage
Dim destination As Stream
 
instance.Get(destination)
public void Get( 
   Stream destination
)
public: void Get( 
   Stream* destination
) 
public:
void Get( 
   Stream^ destination
) 

Parameters

destination
Stream to be written to.
Remarks

This method gets a full message. Part.GetEncodingStream is typically used as the destination Stream for on-the-fly decoding, but storage streams can be used to store the message without decoding it.

This method will set Info to PopMessageInfo.Message.

See Also

Reference

PopMessage Class
PopMessage Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic