Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The maximum number of people to which the recipient can send mail (per email).
[Visual Basic,VBScript] Property RecipientLimit as Long [C++] HRESULT get_RecipientLimit (long* pVal); HRESULT put_RecipientLimit (long Val); [IDL] HRESULT [propget] RecipientLimit ([out,retval] long* pVal); HRESULT [propput] RecipientLimit ([in] long Val);
This is designed to limit the recipient's email broadcast range.
The default value for this property is -1 (no limit).
See also the EnableStoreDefaults property.