MaxMessageSize Property of the IFPCSmtpRoute Interface

The MaxMessageSize property gets or sets the maximum size, in kilobytes, for an e-mail message.

C++

HRESULT put_MaxMessageSize(
    long lMaxMessageSize
);
HRESULT get_MaxMessageSize(
    long* plMaxMessageSize
);

Parameters

  • lMaxMessageSize
    A 32-bit integer that specifies the maximum size, in kilobytes, for an e-mail message.

  • plMaxMessageSize
    Pointer to a variable that is set on return to a 32-bit integer specifying the maximum size, in kilobytes, for an e-mail message.

Return Value

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

Visual Basic

Property MaxMessageSize As Long

Property Value

A 32-bit integer that specifies the maximum size, in kilobytes, for an e-mail message.

Remarks

This property is read/write. Its default value is 10,240 kilobytes, and its range of permissible values is from 64 through 1,406,975 kilobytes.

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

FPCSmtpRoute

Send comments about this topic to Microsoft

Build date: 6/30/2010