Tänkte att jag skulle använda min hotmail kopplad till outlook för att skicka mail från min applikation men när jag försöker göra: Enligt det jag läst går det visst inte att göra det i asp eller asp.net utan bara i vb.dim oApp as New Outlook.Application() i webservice -"Acces denied"
<code>
dim oApp as New Outlook.Application()
</code>
Så får jag access denied. Var kan jag ställa in rättigheterna för detta?
Tack
/PeterSv: dim oApp as New Outlook.Application() i webservice -"Acces denied"
/Peter