Click or drag to resize
Galactic API

SecurityPrincipalAddProxyAddress Method

Adds a proxy e-mail address to 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 AddProxyAddress(
	string emailAddress,
	bool asPrimary = false
)

Parameters

emailAddress
Type: SystemString
The address in standard e-mail format (username@domain.com)
asPrimary (Optional)
Type: SystemBoolean
If the address should be added as the primary proxy address.

Return Value

Type: Boolean
True if the address was added, false otherwise.
See Also