Platform SDK: Exchange 2000 Server

ReplicationInterval Property

[This is preliminary documentation and subject to change.]

The interval in minutes between replication of items in the StoreDB.

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

Remarks

See ReplicationMessageSizeLimit for related information.