Share via


TransportSenderInformation Property of the IFPCMailAntivirusSettings Interface

The TransportSenderInformation property gets or sets a value from the FpcMailAntivirusSenderInfo enumerated type that indicates the header to be used to obtain the sender address for virus scans.

C++

HRESULT put_TransportSenderInformation(
    FpcMailAntivirusSenderInfo TransportSenderInformation
);
HRESULT get_TransportSenderInformation(
    FpcMailAntivirusSenderInfo* pTransportSenderInformation
);

Parameters

  • TransportSenderInformation
    Value from the FpcMailAntivirusSenderInfo enumerated type that indicates the header to be used to obtain the sender address for virus scans.

  • pTransportSenderInformation
    Pointer to a variable that on return receives a value from the FpcMailAntivirusSenderInfo enumerated type specifying the header to be used to obtain the sender address for virus scans.

Return Value

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

Visual Basic

Property TransportSenderInformation As FpcMailAntivirusSenderInfo

Property Value

Value from the FpcMailAntivirusSenderInfo enumerated type that indicates the header to be used to obtain the sender address for virus scans.

Remarks

This property is read/write. Its default value is fpcMailAntivirusSenderInfo_MimeHeader, which indicates that the MIME From header should be used to obtain the sender address for virus scans. When a MIME Sender header is also present, the address in this header is used.

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