PowerTCP Mail for .NET
BodyLines Property




Gets the number of body lines specified when Get(Int32) was used. 0 indicates only headers were requested. -1 indicates the Message is complete.
Syntax
Public ReadOnly Property BodyLines As Integer
Dim instance As PopMessage
Dim value As Integer
 
value = instance.BodyLines
public int BodyLines {get;}
public: __property int get_BodyLines();
public:
property int BodyLines {
   int get();
}
Remarks
Returns -2 when the Message has not been initialized.
See Also

Reference

PopMessage Class
PopMessage Members


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