Quantcast
Channel: OKWAVE 最新質問(Visual Basic/257)【本日】
Viewing all articles
Browse latest Browse all 6510

TKMP.dllを使用してのメール送信の処理速度

$
0
0
WindowsXP VB2005にてメールマガジンを送信するアプリを下記の様に作成して実行して いますが、受信に時間がかかっています。 他に手はないかと思い色々と調べていたら「TKMP.dll」というのがあるのを知りました。 こちらを使用した方が処理速度が上がったりするのでしょうか。 ご存知の方がいらっしゃいましたら教えてください。宜しくお願いします。 Imports System.Web.Mail 'MailMessageの作成 Dim msg As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage() 'New System.Net.Mail.MailMessage '送信者 msg.From = _FromAddress '宛先 msg.To = _ToAddress '件名 msg.Subject = "タイトル" '本文 msg.Body = _strBody '優先順位を「重要」にする msg.Priority = System.Net.Mail.MailPriority.High 'SMTPサーバーを指定する SmtpMail.SmtpServer = ClsConstants.SmtpServer 'メッセージを送信する SmtpMail.Send(msg)

Viewing all articles
Browse latest Browse all 6510

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>