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