| SecurityPrincipalSetPrimaryProxyAddress Method |
Sets the supplied e-mail address to be the primary e-mail address for receiving mail.
Note: This e-mail address must already be associated with the account.
If there is account currently has a primary e-mail address, it will be set as a secondary.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool SetPrimaryProxyAddress(
string emailAddress
)
Public Function SetPrimaryProxyAddress (
emailAddress As String
) As Boolean
public:
bool SetPrimaryProxyAddress(
String^ emailAddress
)
member SetPrimaryProxyAddress :
emailAddress : string -> bool
Parameters
- emailAddress
- Type: SystemString
The e-mail address to make primary.
Return Value
Type:
BooleanReturns true if the e-mail address was made the primary, false if the e-mail address supplied was not already associated with the account,
or the address could not be made primary for any reason.
See Also