I was kindly advised how I could send an auto email from .net yesterday by Ruffnekk, however on implementing this code I still have problems whereby the mapiobject isn't supported and access is denined.
I am running this in conjuction with an exchange2003 server. The error message I receive is as follows:
"Item.MAPIOBJECT property is not supported: Access is denied"
.Net identifies the following lines as the culprits to the problem:
SafeItem.Recipients.Add("My.Email@MyDomain.com")
SafeItem.Recipients.ResolveAll()
Does anyoneknow why this would happen and what the potential solution would be?
Regards
I am running this in conjuction with an exchange2003 server. The error message I receive is as follows:
"Item.MAPIOBJECT property is not supported: Access is denied"
.Net identifies the following lines as the culprits to the problem:
SafeItem.Recipients.Add("My.Email@MyDomain.com")
SafeItem.Recipients.ResolveAll()
Does anyoneknow why this would happen and what the potential solution would be?
Regards