Platform SDK: Exchange 2000 Server

ReplicationMessageSizeLimit Property

[This is preliminary documentation and subject to change.]

The maximum size allowed for replication of an item (in kilobytes).

[Visual Basic,VBScript]
Property ReplicationMessageSizeLimit as Long
[C++]
HRESULT get_ReplicationMessageSizeLimit(long* pVal);
HRESULT put_ReplicationMessageSizeLimit(long Val);
[IDL]
HRESULT [propget] ReplicationMessageSizeLimit([out,retval] long* pVal);
HRESULT [propput] ReplicationMessageSizeLimit([in] long Val);

Remarks

See ReplicationInterval for related information.