Table of Contents

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

int

ContactCount

Gets or sets the contact count.

public int ContactCount { get; set; }

Property Value

int

DeletedItemCount

Gets or sets the deleted item count.

public int DeletedItemCount { get; set; }

Property Value

int

ItemCount

Gets or sets the total item count.

public int ItemCount { get; set; }

Property Value

int

LastModificationTime

Gets or sets the date and time when the object was last updated.

public DateTime LastModificationTime { get; set; }

Property Value

DateTime

OwnerCount

Gets or sets the owner count.

public int OwnerCount { get; set; }

Property Value

int

TotalAssociatedItemSize

Gets or sets the total size of associated items in bytes.

public ulong TotalAssociatedItemSize { get; set; }

Property Value

ulong

TotalAssociatedItemSizeString

Gets the total size of associated items.

public string TotalAssociatedItemSizeString { get; set; }

Property Value

string

TotalDeletedItemSize

Gets or sets the total size of deleted items in bytes.

public ulong TotalDeletedItemSize { get; set; }

Property Value

ulong

TotalDeletedItemSizeString

Gets the total size of deleted items.

public string TotalDeletedItemSizeString { get; set; }

Property Value

string

TotalItemSize

Gets or sets the total size of items in bytes.

public ulong TotalItemSize { get; set; }

Property Value

ulong

TotalItemSizeString

Gets the total size of items.

public string TotalItemSizeString { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ExchangePublicFolderStatistics class from the specified XML.

public static ExchangePublicFolderStatistics FromXml(string xml)

Parameters

xml string

The 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.