Share via


IFPCMailAntivirusSettings::TransportSenderInformation property

Applies to: desktop apps only

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.

This property is read/write.

Syntax

HRESULT put_TransportSenderInformation(
  FpcMailAntivirusSenderInfo TransportSenderInformation
);

HRESULT get_TransportSenderInformation(
  FpcMailAntivirusSenderInfo *pTransportSenderInformation
);
' Data type: FpcMailAntivirusSenderInfo

Property TransportSenderInformation( _
  ByVal TransportSenderInformation As FpcMailAntivirusSenderInfo, _
  ByVal pTransportSenderInformation As FpcMailAntivirusSenderInfo _
) 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.

Error codes

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

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

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

FPCMailAntivirusSettings

 

 

Build date: 7/12/2010