Share via


GlobalAddressList Members

Include Protected Members
Include Inherited Members

Represents a Microsoft Exchange global address list (GAL) object.

The GlobalAddressList type exposes the following members.

Constructors

  Name Description
Public method GlobalAddressList() Initializes a new instance of the GlobalAddressList class.
Public method GlobalAddressList(AddressBookBase) Initializes a new instance of the GlobalAddressList class with an Active Directory data store object.

Top

Properties

  Name Description
Protected property CloneableEnabledStateProperties Gets the list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute. (Inherited from ADPresentationObject.)
Protected property CloneableOnceProperties Gets the list of properties on the presentation object that can be cloned only one time. (Inherited from ADPresentationObject.)
Protected property CloneableProperties Gets the list of cloneable properties on the presentation object. (Inherited from ADPresentationObject.)
Public property ConditionalCompany Gets or sets the filter applied to the company attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute1 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute10 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute11 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute12 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute13 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute14 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute15 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute2 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute3 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute4 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute5 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute6 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute7 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute8 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalCustomAttribute9 Gets or sets the filter applied to a custom attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalDepartment Gets or sets the filter applied to the department attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property ConditionalStateOrProvince Gets or sets the filter applied to the state or province attribute of the recipients in the address list. (Inherited from AddressListBase.)
Public property DistinguishedName Gets the distinguished name for the object. (Inherited from ADObject.)
Public property ExchangeVersion Gets the version of Microsoft Exchange that this object is associated with. (Inherited from ADObject.)
Public property Guid Gets the unique identifier for this object. (Inherited from ADObject.)
Public property Identity (Inherited from ADObject.)
Public property IncludedRecipients Gets or sets the types of the recipients that can be included in the address list. (Inherited from AddressListBase.)
Public property IsDefaultGlobalAddressList Gets a value that indicates whether this GlobalAddressList object is the default global address list (GAL).
Public property IsValid Gets a value that indicates whether the presentation object is valid. (Inherited from ADPresentationObject.)
Public property LastUpdatedRecipientFilter Gets the last updated RecipientFilter applied to the recipients in the address list. (Inherited from AddressListBase.)
Public property LdapRecipientFilter Gets the LDAP filter applied to the recipients in the address list. (Inherited from AddressListBase.)
Public property Name Gets or sets the name of the address list. (Inherited from AddressListBase.)
Public property ObjectCategory (Inherited from ADObject.)
Public property ObjectClass (Inherited from ADObject.)
Public property OrganizationId (Inherited from ADObject.)
Public property OriginatingServer (Inherited from ADRawEntry.)
Public property RecipientContainer Gets or sets the filter applied to the container in Active Directory for the recipients in the address list. (Inherited from AddressListBase.)
Public property RecipientFilter Gets the filter applied to the recipients in the address list. (Inherited from AddressListBase.)
Public property RecipientFilterApplied Gets a value that indicates whether the filter to the recipients is applied. (Inherited from AddressListBase.)
Public property RecipientFilterType Gets the type of the filter applied to the recipients in the address list. (Inherited from AddressListBase.)
Public property WhenChanged (Inherited from ADObject.)
Public property WhenChangedUTC (Inherited from ADObject.)
Public property WhenCreated (Inherited from ADObject.)
Public property WhenCreatedUTC (Inherited from ADObject.)

Top

Methods

  Name Description
Public method Clone (Inherited from ConfigurableObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperties (Inherited from ConfigurableObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetObjectClass (Inherited from ADObject.)
Public method ToString (Inherited from ADObject.)
Public method Validate (Inherited from ConfigurableObject.)
Protected method ValidateRead Validates the presentation object when it is read. (Inherited from ADPresentationObject.)
Protected method ValidateWrite Validates the presentation object when it is written. (Inherited from ADPresentationObject.)

Top

Fields

  Name Description
Public fieldStatic member RdnGalContainerToOrganization Represents the relative distinguished name relationship from the global address list (GAL) container to the organization.
Public fieldStatic member RecipientFilterForDefaultGal Specifies the filter applied to recipients for the GAL.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IConfigurable.CopyChangesFrom (Inherited from ConfigurableObject.)
Explicit interface implemetationPrivate property IConfigurable.ObjectState (Inherited from ConfigurableObject.)
Explicit interface implemetationPrivate method IConfigurable.ResetChangeTracking (Inherited from ConfigurableObject.)

Top