B
Bik
Hi,
I'm using the outlook library to send an email message through my asp.net
application. The code that I'm using is similar to this:
http://support.microsoft.com/default.aspx?id=310262
I've noticed while that my application hangs in this particular line. Can
anybody give any insights ?
Outlook.Recipients oRecips = (Outlook.Recipients)oMsg.Recipients;
Thanks in Advance,
Bik
I'm using the outlook library to send an email message through my asp.net
application. The code that I'm using is similar to this:
http://support.microsoft.com/default.aspx?id=310262
I've noticed while that my application hangs in this particular line. Can
anybody give any insights ?
Outlook.Recipients oRecips = (Outlook.Recipients)oMsg.Recipients;
Thanks in Advance,
Bik