AddressListBase Members
Include Protected Members
Include Inherited Members
Defines the base functionality for the address list that contains a collection of recipients and other Active Directory objects.
The AddressListBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddressListBase() | Initializes a new instance of the AddressListBase class. | |
AddressListBase(AddressBookBase) | Initializes a new instance of the AddressListBase class with an Active Directory data store object. |
Top
Properties
Name | Description | |
---|---|---|
CloneableEnabledStateProperties | Gets the list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute. (Inherited from ADPresentationObject.) | |
CloneableOnceProperties | Gets the list of properties on the presentation object that can be cloned only one time. (Inherited from ADPresentationObject.) | |
CloneableProperties | Gets the list of cloneable properties on the presentation object. (Inherited from ADPresentationObject.) | |
ConditionalCompany | Gets or sets the filter applied to the company attribute of the recipients in the address list. | |
ConditionalCustomAttribute1 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute10 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute11 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute12 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute13 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute14 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute15 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute2 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute3 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute4 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute5 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute6 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute7 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute8 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalCustomAttribute9 | Gets or sets the filter applied to a custom attribute of the recipients in the address list. | |
ConditionalDepartment | Gets or sets the filter applied to the department attribute of the recipients in the address list. | |
ConditionalStateOrProvince | Gets or sets the filter applied to the state or province attribute of the recipients in the address list. | |
DistinguishedName | Gets the distinguished name for the object. (Inherited from ADObject.) | |
ExchangeVersion | Gets the version of Microsoft Exchange that this object is associated with. (Inherited from ADObject.) | |
Guid | Gets the unique identifier for this object. (Inherited from ADObject.) | |
Identity | (Inherited from ADObject.) | |
IncludedRecipients | Gets or sets the types of the recipients that can be included in the address list. | |
IsValid | Gets a value that indicates whether the presentation object is valid. (Inherited from ADPresentationObject.) | |
LastUpdatedRecipientFilter | Gets the last updated RecipientFilter applied to the recipients in the address list. | |
LdapRecipientFilter | Gets the LDAP filter applied to the recipients in the address list. | |
Name | Gets or sets the name of the address list. | |
ObjectCategory | (Inherited from ADObject.) | |
ObjectClass | (Inherited from ADObject.) | |
OrganizationId | (Inherited from ADObject.) | |
OriginatingServer | (Inherited from ADRawEntry.) | |
RecipientContainer | Gets or sets the filter applied to the container in Active Directory for the recipients in the address list. | |
RecipientFilter | Gets the filter applied to the recipients in the address list. | |
RecipientFilterApplied | Gets a value that indicates whether the filter to the recipients is applied. | |
RecipientFilterType | Gets the type of the filter applied to the recipients in the address list. | |
WhenChanged | (Inherited from ADObject.) | |
WhenChangedUTC | (Inherited from ADObject.) | |
WhenCreated | (Inherited from ADObject.) | |
WhenCreatedUTC | (Inherited from ADObject.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from ConfigurableObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProperties | (Inherited from ConfigurableObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetObjectClass | (Inherited from ADObject.) | |
ToString | (Inherited from ADObject.) | |
Validate | (Inherited from ConfigurableObject.) | |
ValidateRead | Validates the presentation object when it is read. (Inherited from ADPresentationObject.) | |
ValidateWrite | Validates the presentation object when it is written. (Inherited from ADPresentationObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IConfigurable.CopyChangesFrom | (Inherited from ConfigurableObject.) | |
IConfigurable.ObjectState | (Inherited from ConfigurableObject.) | |
IConfigurable.ResetChangeTracking | (Inherited from ConfigurableObject.) |
Top