Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously validates the user email alias property.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)
Syntax
void ValidateUserAliasPropertyAsync(
    string userEmailAlias,
    string userDomainName
)
void ValidateUserAliasPropertyAsync(
    String^ userEmailAlias,
    String^ userDomainName
)
Sub ValidateUserAliasPropertyAsync (
    userEmailAlias As String,
    userDomainName As String
)
Parameters
- userEmailAlias 
 Type: System.String- Email alias of the user. 
- userDomainName 
 Type: System.String- User domain name. 
Remarks
Subscribe to the ValidateUserAliasPropertyCompleted event to obtain the result of this method call.
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top