Click or drag to resize
Galactic API

SecurityPrincipalRemoveProxyAddress Method

Removes a proxy e-mail address from the account's proxyAddresses field.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool RemoveProxyAddress(
	string emailAddress
)

Parameters

emailAddress
Type: SystemString
The address in standard e-mail format (username@domain.com)

Return Value

Type: Boolean
True if the address was removed or not found, false otherwise.
See Also