Class ExchangeApps
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an add-in configured in a Microsoft Exchange organization. This section applies to Exchange 2013 and above.
public class ExchangeApps : BypassSection
- Inheritance
-
ExchangeApps
- Inherited Members
Constructors
ExchangeApps()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeApps class.
public ExchangeApps()
Properties
Items
Gets or sets the items in the collection.
public ExchangeAppCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeApps class from the specified XML.
public static ExchangeApps FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeApps
A CENTREL.XIA.Configuration.Types.ExchangeApps class.
ToString()
Returns the add-ins as a human readable string.
public override string ToString()
Returns
- string
The add-ins as a human readable string.