PowerTCP Mail for .NET
Size Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Pop Class : Size Property




Returns the number of bytes contained in all messages present.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property Size As Long
Visual Basic (Usage)Copy Code
Dim instance As Pop
Dim value As Long
 
value = instance.Size
C# 
[BrowsableAttribute(false)]
public long Size {get;}
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property long get_Size();
C++/CLI 
[BrowsableAttribute(false)]
public:
property int64 Size {
   int64 get();
}

Property Value

A long representing the number of bytes of all messages in the mail drop.

Remarks

This property returns the size (in bytes) of all messages present on the POP server. When not logged in, this property will be 0.

Note: The number of bytes reported by Pop.Size will be less than the actual size of the messages, as some characters are not reported by the POP server.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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