メールを送信せずにサーバーにログインしたい。
説明のためのコード:
Dim S As New SMTP()
Dim IsOk As Boolean
IsOk = S.Connect("smtp.example.com","994","username","password")
IF IsOk Then
MsgBox("username, " & "you are logged in successfully.")
End If
メールを送信せずにサーバーにログインする最も効率的で最速の方法は何ですか?