No announcements
Found 3663488 threads
-
0 Votes
Sample signin and send message in telegram with sharptelegram
http://stackoverflow.com/questions/29003305/sending-telegram-message-from-python/29140329#29140329 ...Answered | 2 Replies | 1633 Views | Created by Akbarics123 - Thursday, August 27, 2015 8:26 AM | Last reply by Dave Smits - Friday, August 28, 2015 5:58 AM -
0 Votes
Telegram Bot API
Hi homayoun, Since Telegram Bot API is third-party API, for a better support, I would suggest you ask in their official website forum.Answered | 3 Replies | 5032 Views | Created by homayoun alizade - Thursday, March 17, 2016 8:35 PM | Last reply by Kristin Xie - Tuesday, March 22, 2016 1:04 AM -
0 Votes
Send Message To Telegram using API in asp.net / c#
User61956409 posted Hi RalphWinner, how to use telegram api in asp.net/c# to send ...Answered | 2 Replies | 1466 Views | Created by Anonymous - Monday, December 17, 2018 3:26 PM | Last reply by Anonymous - Tuesday, December 18, 2018 1:19 AM -
3 Votes
Sending Whatsapp Message using C#
If you want to create C# project with whatsapp package to send message, please refer to below steps: 1.Answered | 5 Replies | 66160 Views | Created by Harshit Vyas - Friday, July 29, 2016 8:56 AM | Last reply by Developper.niceapi.net - Tuesday, May 22, 2018 7:11 AM -
3 Votes
Use c# in asp.net to perform sending e-mail
Send(message); } Important note: Be sure to use System.Answered | 2 Replies | 16383 Views | Created by ivanchls - Friday, November 30, 2012 7:03 AM | Last reply by DhavalPanchal247 - Friday, November 30, 2012 9:45 AM -
1 Votes
Send Message to Telegram
Hi, You should check the Telegram API: https://core.telegram.org/api And there is an ...Answered | 1 Replies | 6421 Views | Created by j.mohsen.88 - Saturday, April 9, 2016 8:30 AM | Last reply by Konrad Neitzel - Saturday, April 9, 2016 9:51 AM -
0 Votes
Send Message to Telegram From Asp.net Core
User-854763662 posted Hi elahi1mahdi, The issue is more biased towards telegram third-party plugin, I suggest you could post the ...Unanswered | 1 Replies | 720 Views | Created by Anonymous - Wednesday, April 22, 2020 6:26 AM | Last reply by Anonymous - Thursday, April 23, 2020 7:55 AM -
3 Votes
How to send fax using c# and fax service extended com api ?
Fax Service Extended COM Reference How to send Fax Using C# Send fax with C# without ...Answered | 1 Replies | 4491 Views | Created by Noor_29 - Saturday, December 29, 2012 10:18 AM | Last reply by Ramesh Swaminathan - Saturday, December 29, 2012 11:23 AM -
0 Votes
Telegram and Asp.net
I installed NuGet and also Package: Send messsage to Telegram with easy correctly, now I have Notificatio.TelegramClient.dll in ...Unanswered | 4 Replies | 119 Views | Created by Anonymous - Wednesday, June 24, 2015 2:28 AM | Last reply by Anonymous - Thursday, June 25, 2015 5:23 AM -
0 Votes
How to send mails using ASP.NET
Have a look at these samples, these will help you: Send 1000s of Emails Without ...Answered | 3 Replies | 4968 Views | Created by mamathaV - Wednesday, May 18, 2011 7:35 AM | Last reply by Neddy Ren - Thursday, May 19, 2011 9:42 AM -
0 Votes
How to send Text Message to mobile phone using .NET Winform Applicatin?
> messages to the mobile phones using HTTP SMS API but I'm not getting how to integrate this API with my Application.Answered | 1 Replies | 2051 Views | Created by NAVEEN MANGAL - Wednesday, February 3, 2016 11:12 AM | Last reply by Moonlight Sheng - Thursday, February 4, 2016 6:44 AM -
0 Votes
Sending Telegram messages
Reference:Unanswered | 1 Replies | 2349 Views | Created by Telegram from VB.net - Friday, February 20, 2015 3:40 PM | Last reply by Jack Zhai-MSFT - Tuesday, February 24, 2015 6:58 AM -
1 Votes
Can't use ASP.NET PushPromise API on HTTP2
Hello ASP.NET PushPromise API uses HTTP/2 Server Push, it can not be used if the backend connection is HTTP/1.1.Answered | 7 Replies | 2523 Views | Created by Tatsuro Shibamura - Saturday, April 14, 2018 1:11 PM | Last reply by MileyCyrusLove - Wednesday, December 4, 2019 6:34 AM -
0 Votes
Send a Text Message in C#
There are 3rd-party solutions out there that allow you (for a price) to send a plain text email to a special address with certain special formatting, and they will then get passed on to the ...Answered | 2 Replies | 922 Views | Created by mIN-MADIN - Monday, April 27, 2015 11:23 AM | Last reply by RJP1973 - Monday, April 27, 2015 3:38 PM -
0 Votes
Email and Message templates in C#
Some service provide API you need to use them and SMS service is based on region.Answered | 6 Replies | 6304 Views | Created by HarshDhami - Tuesday, September 22, 2015 11:58 AM | Last reply by Sabah Shariq - Wednesday, September 23, 2015 9:09 AM -
0 Votes
Sending Asp.net mail with C#.
For compiler errors please post the code that is causing the problem, any related definitions that will clarify what the code is doing and the exact error message from the compiler.Answered | 5 Replies | 948 Views | Created by Gunduz Heydarov - Saturday, November 21, 2015 4:52 PM | Last reply by Andy ONeill - Monday, November 23, 2015 3:32 PM -
1 Votes
Send and Receive hashtable as message into message queue using c#
The Jiten post is a perfect answer, but use MSMQ technology (in my opinion ) is considered to be a deprecated.Answered | 3 Replies | 1779 Views | Created by Prabhakaran88 - Saturday, September 22, 2012 12:10 PM | Last reply by Lazzarotto Fabrizio - Sunday, September 23, 2012 7:22 PM -
2 Votes
Send Data to web API using SSIS
Do you think using 3rd party tool is a good option ?Answered | 5 Replies | 4434 Views | Created by JR1811 - Thursday, January 11, 2018 3:45 PM | Last reply by JR1811 - Wednesday, January 17, 2018 5:54 PM -
3 Votes
How to send/Receive message to/From queue
Not sure how this fits in your project, but this article shows how to set up your queue and write messages to it using C#.Answered | 3 Replies | 754 Views | Created by SudamaT - Wednesday, September 7, 2016 4:42 AM | Last reply by Jessica Ballard Microsoft (MSFT CSG) - Tuesday, September 13, 2016 7:50 PM -
0 Votes
C# convert dll to be used as an api
c.Answered | 11 Replies | 4083 Views | Created by wendy elizabeth - Sunday, May 26, 2013 10:02 PM | Last reply by JohnWein - Tuesday, May 28, 2013 12:09 AM - Items 1 to 20 of 3663488 Next ›
No announcements