Is there any way to send HTML formatted message body using Windows Messenger Connect Invitation API?
I've many tests but I can send only plain texted messages.
http://msdn.microsoft.com/en-us/library/gg430657.aspx
It's plain text only. :(
http://social.msdn.microsoft.com/Forums/en/messengerconnect/thread/b9d83e56-940c-47aa-a523-01605c1e169d
Related
I'm developing a Winform Application using .net Framework 4.8
I have a send email feature which open a user mail client and fill it with some basic content like From, To, Subject, body,... using the mailto: protocol.
I'm trying to fill the body of the email with an embedded link like in the picture.
I did a lot of research on mailto protocol and I know that it only support body with plain text, not html or something that we can add an embedded link to it.
If you know any way I can put an embedded link into the body of an email that will open on the client email app, please let me know.
It doesn't have to be using the mailto protocol, any .net libraries is also acceptable.
Thanks in advance
How to send message to Facebook user inbox using ASP.NET 3.5 and C#? I am able to post the messages on walls using fbAPI.Stream.Publish() but I need to send a message to an inbox to be personal. Please guide me.
In my WinRT app I need to send email to multiple recipients with html body.
I have 2 Ideas (both don't works):
mailto: (doesn't work with html body SO question)
WinRT sharing (can't set recipients directly)
My question: Is this possible to send one email to multiple recipients with html body in WinRT (c#)?
No, it is not possible to send to multiple recipients with an HTML body.
mailto issues
cannot set address
Instead, you might want to consider using an email service to send the email on behalf of the end user (from a general account shared by your application users).
I've built a small client applicatoin in c#.
I am sending the emails via gmail.
When I format my html and add underlines, using the following format:
<span style="text-decoration:underline"> hello </span>
Gmails ignore my underlining. Is there any workaround?
Thank you
email clients are notoriously bad at standards compliance,
Try the <u></u> tag around your text and see how that works for you.
There is actually a group trying to establish some standards in html for email clients.
They also have a list of recommendations on what issues exist in certain email clients, for instance gmail.
I want to programmatically login and access the data in Google SMS channels using C#. Eg. I want to retrieve data from http://labs.google.co.in/smschannels/channel/wordoftheday. How do I go about it. I looked at Google ClientLogin, but am unable to get it working.
CodeGlobe has an article about how to programmatically login to way2sms.com and send an SMS message. You may be able to use the same technique for the Google SMS channel. I haven't tried this, but it may help you.
Here is the full article on sending SMS messages using C# with way2sms: http://codeglobe.blogspot.com/2010/02/way2sms-send-sms-c-code.html
Well Its been a long time the question has been asked, but anyway google sms channel does not have an api so you wont be able to get the feeds programmatically but if you know the account user you can ask him for rss feeds and parse them using .NET or something.
There is no other way, but you know i hacked around google sms channels to send sms programmatically i just keep updating a .xml file and all the people subscribed to my channel get the sms.