PowerTCP Mail for .NET
Get(Int32) Method




Number of body lines requested from server. -1 is used to indicate the entire message. 0 gets the header only.
Gets the specified number of bodyLines from the server, decodes the message, and saves it to Message.
Syntax
Public Overloads Sub Get( _
   ByVal bodyLines As Integer _
) 
Dim instance As PopMessage
Dim bodyLines As Integer
 
instance.Get(bodyLines)
public void Get( 
   int bodyLines
)
public: void Get( 
   int bodyLines
) 
public:
void Get( 
   int bodyLines
) 

Parameters

bodyLines
Number of body lines requested from server. -1 is used to indicate the entire message. 0 gets the header only.
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