Platform SDK: Exchange 2000 Server |
[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);
The default value is -1, which indicates no limit.