FPCMailAntiSpamSettings object
Applies to: desktop apps only
The FPCMailAntiSpamSettings object represents the anti-spam settings for email messages in a Forefront TMG array.
The FPCMailAntiSpamSettings object is accessed through the AntiSpamSettings property of the FPCSmtpProtectionConfiguration object.
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 an object's data to and importing it from XML documents.
Members
The FPCMailAntiSpamSettings object has these types of members:
- Properties
Properties
The FPCMailAntiSpamSettings object has these properties.
Property | Access type | Description |
---|---|---|
Read-only | Gets an FPCEMailAddresses collection that contains the email addresses of blocked recipients. |
|
Read-only | Gets an FPCBlockedSenders collection that contains the list of blocked senders and blocked domains. |
|
Read/write | Gets or sets a Boolean value that indicates whether messages sent with empty senders will be blocked. |
|
Read/write | Gets or sets a Boolean value that indicates whether messages sent to recipients that are not in the global address book will be blocked. |
|
Read-only | Gets an FPCPhrases collection that contains the phrases which indicate that messages should be blocked. |
|
Read/write | Gets or sets a Boolean value that indicates whether content filtering is enabled. |
|
Read-only | Gets an FPCEMailAddresses collection that contains the email addresses of recipients whose incoming messages are excluded from content filtering. |
|
Read/write | Gets or sets the spam confidence level (SCL) used as the threshold for deleting messages. |
|
Read/write | Gets or sets a Boolean value that indicates whether email attachments will be filtered. |
|
Read-only | Gets an FPCMailAntispamFilterLists collection that contains the anti-spam filter lists that are used to filter email attachments. |
|
Read/write | Gets or sets a Boolean value that indicates whether use of the IP Allow List is enabled. |
|
Read-only | Gets an FPCIpListProviders collection that contains the IP Allow List providers. |
|
Read/write | Gets or sets a Boolean value that indicates whether querying the IP Allow List providers is enabled. |
|
Read-only | Gets an FPCIpListRanges collection that contains the IP address ranges in the IP Allow List. |
|
Read/write | Gets or sets a Boolean value that indicates whether use of the IP Block List is enabled. |
|
Read-only | Gets an FPCIpListProviders collection that contains the IP Block List providers . |
|
Read/write | Gets or sets a Boolean value that indicates whether querying the IP Block List providers is enabled. |
|
Read-only | Gets an FPCEMailAddresses collection that contains the email addresses of recipients who are excluded from querying the IP Block List providers. |
|
Read-only | Gets an FPCIpListRanges collection that contains the IP address ranges in the IP Block List. |
|
Read/write | Gets or sets a Boolean value that indicates whether messages are filtered according to the subject line. |
|
Read-only | Gets an FPCMailAntispamFilterLists collection that contains the anti-spam filter lists that are used to filter message bodies. |
|
Read/write | Gets or sets a Boolean value that indicates whether the open proxy test is enabled. |
|
Read-only | Gets an FPCPhrases collection that contains the phrases which indicate that messages should not be blocked regardless of the results of other content checks. |
|
Read/write | Gets or sets the email address of the spam quarantine mailbox. |
|
Read/write | Gets or sets the spam confidence level (SCL) used as the threshold for quarantining messages. |
|
Read/write | Gets or sets a Boolean value that indicates whether messages sent to recipients in the Recipient Block list will be blocked. |
|
Read/write | Gets or sets a Boolean value that indicates whether recipient filtering is enabled. |
|
Read/write | Gets or sets the spam confidence level (SCL) used as the threshold for rejecting messages. |
|
Read/write | Gets or sets a value from the FpcSenderFilterAction enumerated type that specifies the action to be taken when sender filtering detects a message from a blocked sender. |
|
Read/write | Gets or sets a Boolean value that indicates whether sender filtering is enabled. |
|
Read/write | Gets or sets a value from the FpcSenderIdCheckAction enumerated type that specifies the action to be taken when Sender ID determines that a message is spoofed or an error occurs. |
|
Read/write | Gets or sets a Boolean value that indicates whether Sender ID is enabled. |
|
Read/write | Gets or sets the time, in hours, during which a sender whose sender reputation level (SRL) is above the threshold for blocking messages will be added to the IP Block list. |
|
Read/write | Gets or sets a Boolean value that indicates whether calculation of the sender reputation level (SRL) is enabled. |
|
Read/write | Gets or sets the sender reputation level (SRL) used as the threshold for blocking messages. |
|
Read/write | Gets or sets a Boolean value that indicates whether spam deletion is enabled. |
|
Read/write | Gets or sets a Boolean value that indicates whether the spam quarantine is enabled. |
|
Read/write | Gets or sets a Boolean value that indicates whether spam rejection is enabled. |
Methods Inherited from FPCPersist
Name | Description |
---|---|
CancelWaitForChanges | Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only). |
CanImport | Returns a Boolean value that indicates whether the object's properties can be imported from the specified XML document. |
Export | Writes the stored values of all of the object's properties to the specified XML document. |
ExportToFile | Writes the stored values of all of the object's properties to the specified XML file. |
GetServiceRestartMask | Retrieves a 32-bit bitmask of the FpcServices enumerated type that specifies which services need to be restarted for currently unsaved changes to take effect. |
Import | Copies the values of all of the object's properties from the specified XML document to persistent storage. |
ImportFromFile | Copies the values of all of the object's properties from the specified XML file to persistent storage. |
LoadDocProperties | Provides the XML document's properties so that you can know what information can be imported from the document. |
Refresh | Reads the values of all of the object's properties from persistent storage, overwriting any changes that have not been saved. |
Save | Writes the current values of all of the object's properties to persistent storage. |
WaitForChanges | Registers to wait for an event indicating that the contents of the object have changed (for use in C and C++ programming only). |
Properties Inherited from FPCPersist
Name | Description |
---|---|
PersistentName | Gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy. |
VendorParameterSets | Gets an FPCVendorParametersSets object that can hold sets of custom data for extending the object. |
Interfaces for C++ Programming
This object implements the IFPCMailAntiSpamSettings interface.
Requirements
Minimum supported client |
Windows Vista, None supported |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
See also
Build date: 7/12/2010