system.net.mail.smtpclient
私が非常に混乱している2つの方法があります。
1. SendAsync(MailMessage, オブジェクト)
Sends the specified e-mail message to an SMTP server for delivery. This method does not block the calling thread and allows the caller to pass an object to the method that is invoked when the operation completes.
-MSDN
2. SendMailAsync(メールメッセージ)
Sends the specified message to an SMTP server for delivery as an asynchronous operation.
-MSDN
2 つのメソッドの名前が異なるため、オーバーロードではないことに注意してください。ここでの違いは正確には何ですか?
両方の方法についてMSDNによって提供された説明は非常にあいまいであるため、非常に明確な回答を探しています(少なくとも私にとってはそうです)。