Class ExchangePublicFolderStatistics
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the statistics of a public folder configured in a Microsoft Exchange organization.
public class ExchangePublicFolderStatistics : BypassSection
- Inheritance
-
ExchangePublicFolderStatistics
- Inherited Members
Constructors
ExchangePublicFolderStatistics()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePublicFolderStatistics class.
public ExchangePublicFolderStatistics()
Properties
AssociatedItemCount
Gets or sets the associated item count.
public int AssociatedItemCount { get; set; }
Property Value
ContactCount
Gets or sets the contact count.
public int ContactCount { get; set; }
Property Value
DeletedItemCount
Gets or sets the deleted item count.
public int DeletedItemCount { get; set; }
Property Value
ItemCount
Gets or sets the total item count.
public int ItemCount { get; set; }
Property Value
LastModificationTime
Gets or sets the date and time when the object was last updated.
public DateTime LastModificationTime { get; set; }
Property Value
OwnerCount
Gets or sets the owner count.
public int OwnerCount { get; set; }
Property Value
TotalAssociatedItemSize
Gets or sets the total size of associated items in bytes.
public ulong TotalAssociatedItemSize { get; set; }
Property Value
TotalAssociatedItemSizeString
Gets the total size of associated items.
public string TotalAssociatedItemSizeString { get; set; }
Property Value
TotalDeletedItemSize
Gets or sets the total size of deleted items in bytes.
public ulong TotalDeletedItemSize { get; set; }
Property Value
TotalDeletedItemSizeString
Gets the total size of deleted items.
public string TotalDeletedItemSizeString { get; set; }
Property Value
TotalItemSize
Gets or sets the total size of items in bytes.
public ulong TotalItemSize { get; set; }
Property Value
TotalItemSizeString
Gets the total size of items.
public string TotalItemSizeString { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangePublicFolderStatistics class from the specified XML.
public static ExchangePublicFolderStatistics FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangePublicFolderStatistics
A CENTREL.XIA.Configuration.Types.ExchangePublicFolderStatistics class.
ToString()
Returns the public folder statistics as a human readable string.
public override string ToString()
Returns
- string
The public folder statistics as a human readable string.