IFPCMailAntiSpamSettings::BlockPhrases property
Applies to: desktop apps only
The BlockPhrases property gets an FPCPhrases collection that contains the phrases which indicate that messages should be blocked.
This property is read-only.
Syntax
HRESULT get_BlockPhrases(
IFPCPhrases **ppBlockPhrases
);
' Data type: FPCPhrases
Property BlockPhrases( _
ByVal ppBlockPhrases As IFPCPhrases _
) As FPCPhrases
Property value
Reference to an FPCPhrases collection that contains the phrases which indicate that messages should be blocked.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. Phrases can be added and removed by calling the Add and Remove methods of the FPCPhrases collection retrieved (the IFPCPhrases interface retrieved in C++).
Requirements
Minimum supported client |
Windows Vista |
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 |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010