Share via


ClientAccessServer Members

Include Protected Members
Include Inherited Members

Represents an Exchange server that has the Client Access server role installed in Active Directory Domain Services (AD DS).

The ClientAccessServer type exposes the following members.

Constructors

  Name Description
Public method ClientAccessServer() Initializes a new instance of the ClientAccessServer class.
Public method ClientAccessServer(Server) Initializes a new instance of the ClientAccessServer class for the specified server identifier.

Top

Properties

  Name Description
Public property AlternateServiceAccountConfiguration Gets the alternate service account credentials for the server.
Public property AutoDiscoverServiceClassName Gets the name of the Service Control Point (SCP).
Public property AutoDiscoverServiceCN Gets the fully qualified domain name (FQDN) of the Autodiscover server.
Public property AutoDiscoverServiceGuid Gets the unique identifier of the Autodiscover service.
Public property AutoDiscoverServiceInternalUri Gets or sets the URI that is used internally to contact the Autodiscover service.
Public property AutoDiscoverSiteScope Gets or sets a collection of sites for which the Autodiscover server is authoritative.
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 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 Fqdn Gets the fully qualified domain name (FQDN) of the Client Access server.
Public property Guid Gets the unique identifier for this object. (Inherited from ADObject.)
Public property Identity (Inherited from ADObject.)
Public property IrmLogEnabled
Public property IrmLogMaxAge
Public property IrmLogMaxDirectorySize
Public property IrmLogMaxFileSize
Public property IrmLogPath
Public property IsValid Gets a value that indicates whether the presentation object is valid. (Inherited from ADPresentationObject.)
Public property MigrationLogFilePath
Public property MigrationLogLoggingLevel
Public property MigrationLogMaxAge
Public property MigrationLogMaxDirectorySize
Public property MigrationLogMaxFileSize
Public property Name Gets the name of the Client Access server.
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 OutlookAnywhereEnabled Gets a value that indicates whether RPC via HTTP is enabled.
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDeserializationCallback.OnDeserialization Runs when the object graph has been deserialized.
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