Class ExchangeMailboxStatistics
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the statistics for a mailbox in a Microsoft Exchange organization.
public class ExchangeMailboxStatistics : BypassSection
- Inheritance
-
ExchangeMailboxStatistics
- Inherited Members
Constructors
ExchangeMailboxStatistics()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeMailboxStatistics class.
public ExchangeMailboxStatistics()
Properties
ItemCount
Gets or sets the number of items in the mailbox.
public int ItemCount { get; set; }
Property Value
LastLogonTime
Gets or sets the date and time on which the mailbox was last logged on to.
public DateTime LastLogonTime { get; set; }
Property Value
Methods
ToString()
Returns the mailbox statistics as a human readable string.
public override string ToString()
Returns
- string
The mailbox statistics as a human readable string.