Class ExchangeProtectionConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration of the protection settings for an Microsoft Exchange organization.
public class ExchangeProtectionConfiguration : BaseTypeSection
- Inheritance
-
ExchangeProtectionConfiguration
Constructors
ExchangeProtectionConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeProtectionConfiguration class.
public ExchangeProtectionConfiguration()
Properties
HostedConnectionFilterPolicies
Gets or sets the hosted connection filter policies. This applies to Exchange Online only.
public ExchangeHostedConnectionFilterPolicies HostedConnectionFilterPolicies { get; set; }
Property Value
HostedContentFilterPolicies
Gets or sets the hosted content (spam) filter policies. This applies to Exchange Online only.
public ExchangeHostedContentFilterPolicies HostedContentFilterPolicies { get; set; }
Property Value
HostedOutboundSpamFilterPolicies
Gets or sets the hosted outbound spam filter policies. This applies to Exchange Online only.
public ExchangeHostedOutboundSpamFilterPolicies HostedOutboundSpamFilterPolicies { get; set; }
Property Value
MalwareFilterPolicies
Gets or sets the malware filter policies configured in the organization.
public ExchangeMalwareFilterPolicies MalwareFilterPolicies { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeProtectionConfiguration cloned from this object.
public ExchangeProtectionConfiguration Clone()
Returns
- ExchangeProtectionConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeProtectionConfiguration.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ExchangeProtectionConfiguration class from the specified XML.
public static ExchangeProtectionConfiguration FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ExchangeProtectionConfiguration
A CENTREL.XIA.Configuration.Types.ExchangeProtectionConfiguration class.