Platform SDK: Exchange 2000 Server

RestrictedAddresses Property

[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);
CDORestrictedAddressType
Defines whether the list contains those to be exclusively accepted, or those to be rejected.

Remarks

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.

Example

See RestrictedAddressList