Description
-
Holds total number of bytes user uploaded in this
session.
Property type
-
A Long value.
Syntax
-
object.BytesUpload [=
value]
The BytesUpload Property syntax has these parts:
object |
An expression evaluating to an object
of type ImapUser. |
value |
A Long value. Specifies how many bytes
user uploaded. |
Remarks
- From the time user connects to your server, up to time
you're accessing this property, it will keep (and
regularly increase) total number of bytes uploaded by
connected user. This value can be used for some statistical
or similar purposes.
You can reset this value to 0 at any time, or set it to any
other value at any time. For instance, if you want to memory
total uploaded bytes across all the sessions by the user, you
should store this value to your database when user
disconnects, and then take it back from database and put to
this property when user logs in.
|