Platform SDK: Exchange 2000 Server

IncomingLimit Property

[This is preliminary documentation and subject to change.]

This property specifies the maximum size, in Kbytes, of a message sent to the recipient.

[Visual Basic,VBScript]
Public Property IncomingLimit as Long
[C++]
HRESULT get_IncomingLimit(Long* pVal);
HRESULT put_IncomingLimit(Long Val);
[IDL]
HRESULT [propget] IncomingLimit([out,retval] Long* pVal);
HRESULT [propput] IncomingLimit([in] Long Val);

Remarks

The default value is -1, which indicates no limit.