Finishes the asynchronous execution of the  VerifyEmailAddress operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public VerifyEmailAddressResponse EndVerifyEmailAddress( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginVerifyEmailAddress.
 Return Value
 Return ValueReturns a  VerifyEmailAddressResult from SimpleEmailService.
 See Also
 See Also