| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(False)> Public ReadOnly Property Size As Long | |
| 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.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.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code