PowerTCP Mail for .NET
Size Property (PopMessageCollection)




Gets the number of bytes contained in all messages present.
Syntax
Public ReadOnly Property Size As Long
Dim instance As PopMessageCollection
Dim value As Long
 
value = instance.Size
public long Size {get;}
public: __property long get_Size();
public:
property int64 Size {
   int64 get();
}

Property Value

A long representing the number of bytes of all messages in the mail drop.
Remarks
Returns the size (in bytes) of all user messages present on the POP server. When not logged in, this property returns 0. The number of bytes reported may be less than the size of the downloaded messages due to linefeed encoding.
See Also

Reference

PopMessageCollection Class
PopMessageCollection Members


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