| 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
)
Public Function RemoveProxyAddress (
emailAddress As String
) As Boolean
public:
bool RemoveProxyAddress(
String^ emailAddress
)
member RemoveProxyAddress :
emailAddress : string -> bool
Parameters
- emailAddress
- Type: SystemString
The address in standard e-mail format (username@domain.com)
Return Value
Type:
BooleanTrue if the address was removed or not found, false otherwise.
See Also