TestimoX

API Reference

Class

Diagnostics (ExchangeUserAliasPostureService)

Namespace ADPlayground.Exchange.ExchangeUserAliasPostureService
Assembly ADPlayground
Modifiers sealed

Diagnostics produced while evaluating Exchange user alias posture.

Inheritance

  • Object
  • Diagnostics

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name used for evaluation.

public String Filter { get; set; } #

LDAP filter used for the search when available.

public Boolean MailNicknameSchemaPresent { get; set; } #

True when the mailNickname schema attribute is present.

public Boolean ExchangeSchemaPresent { get; set; } #

True when Exchange-specific schema attributes are present.

public Int32 MaxRows { get; set; } #

Maximum rows requested by the caller.

public Boolean Truncated { get; set; } #

True when the query was truncated to the row limit.

public Boolean QuerySucceeded { get; set; } #

True when the LDAP query completed successfully.

public String QueryError { get; set; } #

Error captured from the LDAP query when collection fails.