IAdmExchangeProxyAddress

The IAdmExchangeProxyAddress interface represents an email address of a user, contact or group in Exchange.

Inheritance: IUnknown

Methods

  • Method

  • Description

  • IsValid()

  • Checks whether the address is valid.

  • ToString()

  • Returns a string representation of the address.

Properties

Details

IsValid()

Checks whether the address is valid.

bool IsValid(out string errorMessage)

Parameters

errorMessage is an output (OUT) parameter that returns the error message if the address is invalid.


ToString()

Returns a string representation of the address.

string ToString()

AreValueReferencesAllowed

Gets or sets a value that indicates whether the address can contain value references..

  • Type:
  • bool
  • Access:
  • Read/Write

Address

Gets or sets the address string of the proxy address.

  • Type:
  • string
  • Access:
  • Read/Write

IsPrimary

Gets or sets a value that indicates whether the address is the primary address.

  • Type:
  • bool
  • Access:
  • Read/Write

AddressType

Gets the address type.


Prefix

Gets the custom prefix of the address.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2013.1

See also