Table of Contents

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

ExchangeHostedConnectionFilterPolicies

HostedContentFilterPolicies

Gets or sets the hosted content (spam) filter policies. This applies to Exchange Online only.

public ExchangeHostedContentFilterPolicies HostedContentFilterPolicies { get; set; }

Property Value

ExchangeHostedContentFilterPolicies

HostedOutboundSpamFilterPolicies

Gets or sets the hosted outbound spam filter policies. This applies to Exchange Online only.

public ExchangeHostedOutboundSpamFilterPolicies HostedOutboundSpamFilterPolicies { get; set; }

Property Value

ExchangeHostedOutboundSpamFilterPolicies

MalwareFilterPolicies

Gets or sets the malware filter policies configured in the organization.

public ExchangeMalwareFilterPolicies MalwareFilterPolicies { get; set; }

Property Value

ExchangeMalwareFilterPolicies

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 string

The XML representation of the object.

Returns

ExchangeProtectionConfiguration

A CENTREL.XIA.Configuration.Types.ExchangeProtectionConfiguration class.