FpcSenderIdCheckAction Enumeration

The FpcSenderIdCheckAction enumerated type contains values that describe the action taken by the Sender ID agent.

Syntax

typedef enum  {
  	fpcSenderIdRejectMessage
fpcSenderIdRejectMessage

Rejects the message.

   = 0,
  	fpcSenderIdDeleteMessage
fpcSenderIdDeleteMessage

Deletes the message.

   = 1,
  	fpcSenderIdStampMessage
fpcSenderIdStampMessage

Stamps the message.

	= 2
} FpcSenderIdCheckAction;

Constants

fpcSenderIdRejectMessage

Rejects the message.

fpcSenderIdDeleteMessage

Deletes the message.

fpcSenderIdStampMessage

Stamps the message.

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.