EmailServiceCheckEmailAsync Method

检查邮箱地址。

Definition

Namespace: QuickAdmin.Service.Infrastructure
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
protected virtual Task<IServiceResult> CheckEmailAsync(
	int purpose,
	string email,
	CancellationToken cancellationToken
)

Parameters

purpose  int
验证代码目的。
email  string
邮箱地址。
cancellationToken  CancellationToken
用于取消操作的令牌。

Return Value

TaskIServiceResult
服务调用结果。

See Also