Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Remote Access Inbox Accounting Configuration Record
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessInboxAccounting
{
string InboxAccountingStatus;
string StoreLimit;
uint64 StoreUsedBytes;
real32 StoreUsedBytesInPercentage;
uint64 StoreFreeBytes;
real32 StoreFreeBytesInPercentage;
datetime StoreFirstRecordDate;
datetime StoreLastRecordDate;
};
Members
The RemoteAccessInboxAccounting class has these types of members:
Properties
The RemoteAccessInboxAccounting class has these properties.
-
InboxAccountingStatus
-
-
Data type: string
-
Access type: Read-only
Inbox accounting status
The possible values are.
-
-
Disabled ("Disabled")
-
Enabled ("Enabled")
StoreFirstRecordDate
-
Data type: datetime
-
Access type: Read-only
Timestamp of first record in the store
StoreFreeBytes
-
Data type: uint64
-
Access type: Read-only
Free space in the store in bytes
StoreFreeBytesInPercentage
-
Data type: real32
-
Access type: Read-only
Free space in the store as a percentage
StoreLastRecordDate
-
Data type: datetime
-
Access type: Read-only
Timestamp of last record in the store
StoreLimit
-
Data type: string
-
Access type: Read/write
Accounting store limit
StoreUsedBytes
-
Data type: uint64
-
Access type: Read-only
Used space in the store in bytes
StoreUsedBytesInPercentage
-
Data type: real32
-
Access type: Read-only
Used space in the store as a percentage
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|