Share via


IllegalMIMEHeaderAction Property of the IFPCMailAntivirusSettings Interface

The IllegalMIMEHeaderAction property gets or sets a value from the FpcMailIllegalMimeHeaderAction enumerated type that indicates the action to be taken when a message containing an illegal MIME header is detected.

C++

HRESULT put_IllegalMIMEHeaderAction(
    FpcMailAntivirusAction IllegalMIMEHeaderAction
);
HRESULT get_IllegalMIMEHeaderAction(
    FpcMailAntivirusAction* pIllegalMIMEHeaderAction
);

Parameters

  • IllegalMIMEHeaderAction
    Value from the FpcMailIllegalMimeHeaderAction enumerated type that indicates the action to be taken when a message containing an illegal MIME header is detected.

  • pIllegalMIMEHeaderAction
    Pointer to a variable that on return receives a value from the FpcMailIllegalMimeHeaderAction enumerated type specifying the action to be taken when a message containing an illegal MIME header is detected.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Visual Basic

Property IllegalMIMEHeaderAction As FpcMailAntivirusAction

Property Value

Value from the FpcMailIllegalMimeHeaderAction enumerated type that indicates the action to be taken when a message containing an illegal MIME header is detected.

Remarks

This property is read/write. Its default value is fpcMailIllegalMimeHeaderAction_Purge, which indicates that the entire message should be deleted.

The MIME headers inspected include the following: Content-Disposition, Content-Type, and Content-Transfer-Encoding. Multiple instances of these headers are illegal. Content-Disposition header that are longer than 1,024 characters and Content-Type headers that are longer than 260 characters are also illegal.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCMailAntivirusSettings

Send comments about this topic to Microsoft

Build date: 6/30/2010