Platform SDK: Exchange 2000 Server

Instances Property

[This is preliminary documentation and subject to change.]

Contains the number of instances generated by the pattern.

[Visual Basic,VBScript]
Property Instances As Long
[C++]
HRESULT get_Instances(long* pVal);
HRESULT put_Instances(long Val);
[IDL]
HRESULT [propget] Instances([out,retval] long* pVal);
HRESULT [proput] Instances([in] long Val);

Remarks