ImapClientValidateCredentialsAsync Method |
Executes credentials validation
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task<bool> ValidateCredentialsAsync()
Public Function ValidateCredentialsAsync As Task(Of Boolean)
public:
Task<bool>^ ValidateCredentialsAsync()
member ValidateCredentialsAsync : unit -> Task<bool>
Return Value
Type:
TaskBooleanTask object, with delegate for this operation
See Also