Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
This property specifies what RestrictedAddressList means.
[Visual Basic,VBScript] Public Property RestrictedAddresses as CDORestrictedAddressType [C++] HRESULT get_RestrictedAddresses(CDORestrictedAddressType* pVal); HRESULT put_RestrictedAddresses(CDORestrictedAddressType Val); [IDL] HRESULT [propget] RestrictedAddresses([out,retval] CDORestrictedAddressType* pVal); HRESULT [propput] RestrictedAddresses([in] CDORestrictedAddressType Val);
The CDORestrictedAddressType enumeration has the following values:
Name | Value | Description |
---|---|---|
cdoAccept | 0 | The list contains the only accepted addresses for the recipient. All other addresses are rejected. |
cdoReject | 1 | The list contains the rejected addresses for the recipient. All other addresses are accepted. |
If the list is blank then no inclusion or exclusion is performed.