FPCMailAntispamFilterList Object

The FPCMailAntispamFilterList object represents a single mail anti-spam filter list.

The FPCMailAntispamFilterList object is an element of an FPCMailAntispamFilterLists collection, and a new object representing a mail anti-spam filter list can be created by calling the Add method of this collection.

Click here to see the Forefront TMG object hierarchy.

Inheritance

This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting the object's data to and importing it from an XML document.

Methods

The FPCMailAntispamFilterList object does not define any methods.

Properties

The FPCMailAntispamFilterList object defines the following properties.

Property Description

Action

Gets or sets a value from the FpcMailAntiSpamFilterAction enumerated type that specifies the action to be taken when a matching message is detected.

Enabled

Gets or sets the a Boolean value that indicates whether the filter list is enabled.

FileTypes

Gets a collection of file types this filter detects.

Items

Gets a collection of items this filter detects.

Name

Gets or sets the name of the filter list.

ScanInboundMessages

Gets or sets a Boolean value that indicates whether the filter list will be used to scan inbound messages.

ScanOutboundMessages

Gets or sets a Boolean value that indicates whether the filter list will be used to scan outbound messages.

Type

Gets a value from the FpcMailAntispamFilterListType enumerated type that specifies the type of the list.

Methods Inherited from FPCPersist

Name Description
CancelWaitForChanges Cancels the registration established by the WaitForChanges method - for C/C++ only (does not work with DCOM).
CanImport Checks if object properties can be imported from a given xml document.
Export Exports object properties to an xml document.
ExportToFile Exports object properties to an xml file.
GetServiceRestartMask Get a bitmask of the services that need to be restarted so that currently unsaved changes will take effect.
Import Imports object properties from an xml document.
ImportFromFile Imports object properties from an xml file.
LoadDocProperties Retrieves the XML document's OptionalData and Comment properties.
Refresh Reads all the items from persistent storage.
Save Saves all configuration changes to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the FPCVendorParametersSet object have changed - for C/C++ only (does not work with DCOM).

Properties Inherited from FPCPersist

Name Description
PersistentName Retrieves the persistent name of the object.
VendorParametersSets Gets a reference to an object that stores vendor-specific data.

Interfaces for C++ Programming

This object implements the IFPCMailAntispamFilterList interface.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.