FpcSenderFilterAction Enumeration

The FpcSenderFilterAction enumerated type contains values that describe the action that the Sender Filter agent takes on the message when a blocked sender or domain is found.

Syntax

typedef enum  {
  	fpcSenderFilterRejectMessage
fpcSenderFilterRejectMessage

The message is rejected.

   = 0,
  	fpcSenderFilterStampMessage
fpcSenderFilterStampMessage

The message is stamped.

	= 1
} FpcSenderFilterAction;

Constants

fpcSenderFilterRejectMessage

The message is rejected.

fpcSenderFilterStampMessage

The message is stamped.

Requirements

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

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.