Platform SDK: Exchange 2000 Server

OutgoingLimit Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

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