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
-
Property
-
Description
-
AreValueReferencesAllowed
-
Gets or sets a value that indicates whether the address can contain value references.
-
Address
-
Gets or sets the address string of the proxy address.
-
IsPrimary
-
Gets or sets a value that indicates whether the address is the primary address.
-
AddressType
-
Gets the address type.
-
Prefix
-
Gets the custom prefix of the address.
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.
- Type:
- ADM_EXCHANGE_ADDRTYPE_ENUM
- Access:
- Read-only
Prefix
Gets the custom prefix of the address.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2013.1