DiskSpaceUsage

Specifies the disk space usage for a user.

Syntax

<DiskSpaceUsage>
  <maxSize" type="unsignedInt"/>
  <threshold" type="unsignedInt"/>
  <used" type="unsignedInt"/>
  <attribute name="inMB" type="boolean"/>
</DiskSpaceUsage>

Definitions

maxSize

Specifies the maximum size of a mailbox for a user in bytes.

threshold

Specifies the user threshold to warn users when they are about to run out of diskspace. This value is a percentage between 0-100%.

used

Specifies the used disk space for a user in bytes.

inMB

Specifies if the values in megabytes instead of bytes.

--For GroupWise 8.0 SP1 and later.