Share via


IUserExtension.ValidateUserAliasPropertyAsync Method (String, String)

 

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

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