c#,email,attachment,smtpclient,mailmessage
Well, I found a way to somehow does what I needed. This solution is not the perfect answer, but it works almost as intended. Warning This solution requires currently Outlook installed as the mail needs to be attached as a .msg file. I want to repeat that this is not...
You need to configure hotmail server not localhost 127.0.0.1 <network host="smtp.live.com" /> ...
c#,outlook,email-attachments,mailmessage
ok, fine "Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section." from http://support.microsoft.com/kb/969854
Seems that outlook for some reason escapes ® with %c2%ae. A work around that was good enough for me was change ®istrationtoken with &token.